Pick up pal.s from the kernel sources.
This commit is contained in:
parent
378482865e
commit
6dd44dacaa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user