stand/powerpc: Only build loader.kboot for powerpc64
kboot is only made for powerpc64 systems, not 32-bit systems. This unbreaks the build for powerpcspe. Reported by: ngie
This commit is contained in:
parent
e12be3218a
commit
b2775610c0
@ -5,6 +5,9 @@ NO_OBJ=t
|
||||
.include <bsd.init.mk>
|
||||
|
||||
SUBDIR.yes= boot1.chrp ofw uboot
|
||||
|
||||
.if "${TARGET_ARCH}" == "powerpc64"
|
||||
SUBDIR.${MK_FDT}+= kboot
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user