aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2001-09-24 19:31:44 +0000
committerDoug Rabson <dfr@FreeBSD.org>2001-09-24 19:31:44 +0000
commit6dd44dacaae8fd7255059e66f93af799c81ca3da (patch)
tree9781e4957e4dcaca539005b13a6191ef8c2d70c6 /sys
parent378482865e37ad99bf3b1adbb1d217d94d619d6b (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/efi/libefi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile
index e2511cb94a71..eb4eac40e796 100644
--- a/sys/boot/efi/libefi/Makefile
+++ b/sys/boot/efi/libefi/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.PATH: ${.CURDIR}/../../../${MACHINE_ARCH}/${MACHINE_ARCH}
+
LIB= efi
NOPIC= true
NOPROFILE= true
@@ -7,7 +9,7 @@ INTERNALLIB= true
INTERNALSTATICLIB= true
SRCS= libefi.c efi_console.c time.c copy.c devicename.c module.c exit.c
-SRCS+= delay.c efifs.c efinet.c elf_freebsd.c bootinfo.c
+SRCS+= delay.c efifs.c efinet.c elf_freebsd.c bootinfo.c pal.s
CFLAGS+= -fpic
CFLAGS+= -I${.CURDIR}/../include