diff options
Diffstat (limited to 'sys/boot/efi/loader/arch/amd64/Makefile.inc')
-rw-r--r-- | sys/boot/efi/loader/arch/amd64/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/efi/loader/arch/amd64/Makefile.inc b/sys/boot/efi/loader/arch/amd64/Makefile.inc index 3f2b68e..006606d 100644 --- a/sys/boot/efi/loader/arch/amd64/Makefile.inc +++ b/sys/boot/efi/loader/arch/amd64/Makefile.inc @@ -3,8 +3,7 @@ SRCS+= amd64_tramp.S \ start.S \ framebuffer.c \ - elf64_freebsd.c \ - reloc.c + elf64_freebsd.c .PATH: ${.CURDIR}/../../i386/libi386 SRCS+= nullconsole.c \ |