stand: TARGET_ARCH is spelled MACHINE_ARCH in Makefiles
Reported by: imp
This commit is contained in:
parent
f6d7fcda27
commit
4d6fa83c73
@ -6,7 +6,7 @@ NO_OBJ=t
|
||||
|
||||
SUBDIR.yes= boot1.chrp ofw uboot
|
||||
|
||||
.if "${TARGET_ARCH}" == "powerpc64"
|
||||
.if "${MACHINE_ARCH}" == "powerpc64"
|
||||
SUBDIR.${MK_FDT}+= kboot
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user