summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-03-13 18:17:18 +0000
committeremaste <emaste@FreeBSD.org>2014-03-13 18:17:18 +0000
commitd18857b4ce605f8b1c86bdd5595df5c6cb330f31 (patch)
tree70277d56f2dc1de6f3c58399d37b219678ae1889 /sys/boot/efi/libefi
parent7863d1acd72bbddbb1a69fdd3c059e27358c0e76 (diff)
downloadFreeBSD-src-d18857b4ce605f8b1c86bdd5595df5c6cb330f31.zip
FreeBSD-src-d18857b4ce605f8b1c86bdd5595df5c6cb330f31.tar.gz
Add amd64 EFI headers
Sponsored by: The FreeBSD Foundation
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 beb9269..d0cd698 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_CPUARCH:S/amd64/i386/}
+CFLAGS+= -I${.CURDIR}/../include/${MACHINE_CPUARCH}
CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
# Pick up the bootstrap header for some interface items
OpenPOWER on IntegriCloud