xref: /freebsd/stand/powerpc/Makefile (revision 48cb3fee25862a6adc10fe0b2c2dc15c7fd7fd9e)
1# $FreeBSD$
2
3NO_OBJ=t
4
5.include <bsd.init.mk>
6
7SUBDIR.yes=		boot1.chrp ofw
8
9.if "${MACHINE_ARCH}" != "powerpc64le"
10SUBDIR.${MK_FDT}+=	uboot
11.endif
12
13.if "${MACHINE_ARCH}" == "powerpc64"
14SUBDIR.${MK_FDT}+=	kboot
15.endif
16
17.include <bsd.subdir.mk>
18