diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2001-09-24 19:31:44 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2001-09-24 19:31:44 +0000 |
| commit | 6dd44dacaae8fd7255059e66f93af799c81ca3da (patch) | |
| tree | 9781e4957e4dcaca539005b13a6191ef8c2d70c6 /sys/boot | |
| parent | 378482865e37ad99bf3b1adbb1d217d94d619d6b (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/efi/libefi/Makefile | 4 |
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 |
