]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/powerpc/Makefile
Teach vm.pmap.kernel_maps about both XN bits
[FreeBSD/FreeBSD.git] / stand / powerpc / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=t
4
5 .include <bsd.init.mk>
6
7 SUBDIR.yes=             boot1.chrp ofw
8
9 .if "${MACHINE_ARCH}" != "powerpc64le"
10 SUBDIR.${MK_FDT}+=      uboot
11 .endif
12
13 .if "${MACHINE_ARCH}" == "powerpc64"
14 SUBDIR.${MK_FDT}+=      kboot
15 .endif
16
17 .include <bsd.subdir.mk>