stand: TARGET_ARCH is spelled MACHINE_ARCH in Makefiles
Reported by: imp
This commit is contained in:
parent
c0a79d283c
commit
1d2d2b6038
@ -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…
x
Reference in New Issue
Block a user