svn commit: r281115 - head/sys/boot/efi
Andrew Turner
andrew at FreeBSD.org
Sun Apr 5 18:42:44 UTC 2015
Author: andrew
Date: Sun Apr 5 18:42:43 2015
New Revision: 281115
URL: https://svnweb.freebsd.org/changeset/base/281115
Log:
Spell MACHINE_CPUARCH correctly
Modified:
head/sys/boot/efi/Makefile
Modified: head/sys/boot/efi/Makefile
==============================================================================
--- head/sys/boot/efi/Makefile Sun Apr 5 18:37:39 2015 (r281114)
+++ head/sys/boot/efi/Makefile Sun Apr 5 18:42:43 2015 (r281115)
@@ -4,7 +4,7 @@
SUBDIR= libefi
-.if ${TARGET_CPUARCH} == "aarch64" || ${TARGET_CPUARCH} == "arm"
+.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm"
.if ${MK_FDT} != "no"
SUBDIR+= fdt
.endif
More information about the svn-src-head
mailing list