summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-08-23 01:48:07 +0000
committerimp <imp@FreeBSD.org>2010-08-23 01:48:07 +0000
commit5d0150b96a8d9fe21a0769888dd7b134248a27d5 (patch)
treec8af95d60aa2f5a6b9886558522f17c057dfca08 /sys/boot/efi/libefi
parentdab222df9beb85e31cb089b27d23fb1e86a23ab6 (diff)
downloadFreeBSD-src-5d0150b96a8d9fe21a0769888dd7b134248a27d5.zip
FreeBSD-src-5d0150b96a8d9fe21a0769888dd7b134248a27d5.tar.gz
MF tbemd: move to using specific architecture makefiles
Diffstat (limited to 'sys/boot/efi/libefi')
-rw-r--r--sys/boot/efi/libefi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile
index 55053e1..beb9269 100644
--- a/sys/boot/efi/libefi/Makefile
+++ b/sys/boot/efi/libefi/Makefile
@@ -7,7 +7,7 @@ SRCS= delay.c efi_console.c efinet.c efipart.c errno.c handles.c \
libefi.c time.c
CFLAGS+= -I${.CURDIR}/../include
-CFLAGS+= -I${.CURDIR}/../include/${MACHINE_ARCH:S/amd64/i386/}
+CFLAGS+= -I${.CURDIR}/../include/${MACHINE_CPUARCH:S/amd64/i386/}
CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
# Pick up the bootstrap header for some interface items
OpenPOWER on IntegriCloud