Enable EFI target.
While there, make use of the DEFAULT_VECTOR variable.
This commit is contained in:
parent
598027bb46
commit
a9435ff4dd
@ -8,11 +8,13 @@ I386_VECS:= ${DEFAULT_VECTOR} # ${VECS}
|
||||
DEFAULT_VECTOR= bfd_elf64_x86_64_vec
|
||||
|
||||
SRCS+= elf64-amd64-fbsd.c \
|
||||
efi-app-ia32.c \
|
||||
elf64.c \
|
||||
elf64-gen.c \
|
||||
elf64-target.h
|
||||
|
||||
VECS= bfd_elf64_x86_64_vec \
|
||||
VECS= ${DEFAULT_VECTOR} \
|
||||
bfd_efi_app_ia32_vec \
|
||||
${I386_VECS}
|
||||
|
||||
CLEANFILES+= elf64-amd64-fbsd.c
|
||||
|
Loading…
Reference in New Issue
Block a user