summaryrefslogtreecommitdiffstats
path: root/sys/boot/uboot/Makefile.inc
blob: e67c0dc904eba9e6da69d0a02b7c83264888042d (plain)
1
2
3
4
5
6
7
8
# $FreeBSD$

.if ${MACHINE_ARCH} == "powerpc64"
CFLAGS+=	-m32 -mcpu=powerpc
LDFLAGS+=	-m elf32ppc_fbsd
.endif

.include "../Makefile.inc"
OpenPOWER on IntegriCloud