diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-12 13:54:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-12 13:54:42 +0000 |
| commit | 95cfc25d0d37595adeab104873429212baeead26 (patch) | |
| tree | 3ced389ef8301c5ba327af87e80a53f790671069 /sys/boot/efi | |
| parent | d43e78d0c7537d1facb0a0a241ec705d037d0802 (diff) | |
Notes
Diffstat (limited to 'sys/boot/efi')
| -rw-r--r-- | sys/boot/efi/libefi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile index 894b14371c093..18f26a89f53be 100644 --- a/sys/boot/efi/libefi/Makefile +++ b/sys/boot/efi/libefi/Makefile @@ -3,7 +3,10 @@ .PATH: ${.CURDIR}/../../../${MACHINE_ARCH}/${MACHINE_ARCH} LIB= efi +NOPIC= true +NOPROFILE= true 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 pal.s |
