stand: TARGET_ARCH is spelled MACHINE_ARCH in Makefiles

Reported by:	imp
This commit is contained in:
Justin Hibbits 2019-05-21 03:05:24 +00:00
parent f6d7fcda27
commit 4d6fa83c73
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348040

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