]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/boot/uboot/Makefile.inc
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / boot / uboot / Makefile.inc
1 # $FreeBSD$
2
3 .if ${MACHINE_ARCH} == "powerpc64"
4 CFLAGS+=        -m32 -mcpu=powerpc
5 LDFLAGS+=       -m elf32ppc_fbsd
6 .endif
7
8 .include "../Makefile.inc"