]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/uboot/Makefile.inc
MFhead @ r292285
[FreeBSD/FreeBSD.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"