Pick up pal.s from the kernel sources.

This commit is contained in:
Doug Rabson 2001-09-24 19:31:44 +00:00
parent 378482865e
commit 6dd44dacaa

View File

@ -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