Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2015 18:42:43 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281115 - head/sys/boot/efi
Message-ID:  <201504051842.t35IghGB090289@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504051842.t35IghGB090289>