aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/loader/arch/amd64/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/efi/loader/arch/amd64/Makefile.inc')
-rw-r--r--sys/boot/efi/loader/arch/amd64/Makefile.inc3
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 3f2b68e73136..006606d07f5a 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 \