diff options
author | ru <ru@FreeBSD.org> | 2003-07-02 11:53:55 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-07-02 11:53:55 +0000 |
commit | 074981f0b96c87ec662dc1d35b7f39f5da8690c0 (patch) | |
tree | 718955e5c7f68c29259775d282e8178873ef0821 /sys/boot/efi/libefi | |
parent | 22466ee635332c07f3c9d233a993d842ad67ff05 (diff) | |
download | FreeBSD-src-074981f0b96c87ec662dc1d35b7f39f5da8690c0.zip FreeBSD-src-074981f0b96c87ec662dc1d35b7f39f5da8690c0.tar.gz |
sys/ia64/ia64/pal.s has been repocopied to pal.S.
Approved by: marcel
Repocopied by: joe
Diffstat (limited to 'sys/boot/efi/libefi')
-rw-r--r-- | sys/boot/efi/libefi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile index 6ab48e2..bd8e034 100644 --- a/sys/boot/efi/libefi/Makefile +++ b/sys/boot/efi/libefi/Makefile @@ -6,7 +6,7 @@ LIB= efi INTERNALLIB= true SRCS= libefi.c efi_console.c time.c copy.c devicename.c module.c -SRCS+= delay.c efifs.c efinet.c elf_freebsd.c bootinfo.c pal.s +SRCS+= delay.c efifs.c efinet.c elf_freebsd.c bootinfo.c pal.S .if ${MACHINE_ARCH} == "ia64" SRCS+= efifpswa.c |