summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e7c4c5f..231d71b 100644
--- a/Makefile
+++ b/Makefile
@@ -321,8 +321,8 @@ universe_${target}:
@echo ">> ${target} completed on `LC_ALL=C date`"
.endfor
universe_kernels: universe_kernconfs
-BUILD_ARCH!= uname -p
-TARGET?= ${BUILD_ARCH}
+XMACHINE!= uname -m
+TARGET?= ${XMACHINE}
KERNCONFS!= cd ${.CURDIR}/sys/${TARGET}/conf && \
find [A-Z0-9]*[A-Z0-9] -type f -maxdepth 0 \
! -name DEFAULTS ! -name NOTES
OpenPOWER on IntegriCloud