stand: TARGET_ARCH is spelled MACHINE_ARCH in Makefiles

Reported by:	imp
This commit is contained in:
jhibbits 2019-05-21 03:05:24 +00:00
parent c0a79d283c
commit 1d2d2b6038

View File

@ -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