summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-03-15 19:00:35 +0000
committerandrew <andrew@FreeBSD.org>2015-03-15 19:00:35 +0000
commit36adcb3650804335efacb26a2b807cedaab96217 (patch)
tree103a94386a1d23634179cfed917e065373e69fe8 /sys/boot/efi/libefi
parent0a32d979123c630742066439cdbce5dc67e1e8dc (diff)
downloadFreeBSD-src-36adcb3650804335efacb26a2b807cedaab96217.zip
FreeBSD-src-36adcb3650804335efacb26a2b807cedaab96217.tar.gz
Move the x86 specific files to be built in the amd64 loader.efi. This will
help with importing the arm and arm64 versions of loader.efi.
Diffstat (limited to 'sys/boot/efi/libefi')
-rw-r--r--sys/boot/efi/libefi/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile
index 688ab60..2a3a251 100644
--- a/sys/boot/efi/libefi/Makefile
+++ b/sys/boot/efi/libefi/Makefile
@@ -5,8 +5,6 @@ INTERNALLIB=
SRCS= delay.c efi_console.c efinet.c efipart.c errno.c handles.c \
libefi.c time.c
-.PATH: ${.CURDIR}/../../i386/libi386
-SRCS+= nullconsole.c comconsole.c
.if ${MACHINE_ARCH} == "amd64"
CFLAGS+= -fPIC -mno-red-zone
@@ -18,8 +16,6 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
# Pick up the bootstrap header for some interface items
CFLAGS+= -I${.CURDIR}/../../common
-CFLAGS+= -DNO_PCI
-
# Handle FreeBSD specific %b and %D printf format specifiers
CFLAGS+= ${FORMAT_EXTENSIONS}
OpenPOWER on IntegriCloud