diff options
author | dfr <dfr@FreeBSD.org> | 2001-09-04 08:59:38 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 2001-09-04 08:59:38 +0000 |
commit | 31b78d3bf3b8e1b294289d7f2eaa7faa7c6e29b4 (patch) | |
tree | 9533ade975d919874273f6bcfa910b55714be5a8 /sys/boot/efi | |
parent | 07738f1f32845a02e73d49638bf1bccad66a2e0c (diff) | |
download | FreeBSD-src-31b78d3bf3b8e1b294289d7f2eaa7faa7c6e29b4.zip FreeBSD-src-31b78d3bf3b8e1b294289d7f2eaa7faa7c6e29b4.tar.gz |
Make sure we copy over the linker set sections to the EFI executable.
Diffstat (limited to 'sys/boot/efi')
-rw-r--r-- | sys/boot/efi/loader/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/efi/loader/Makefile b/sys/boot/efi/loader/Makefile index da3ea7b..30173c5 100644 --- a/sys/boot/efi/loader/Makefile +++ b/sys/boot/efi/loader/Makefile @@ -53,6 +53,7 @@ vers.o: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${BASE}.efi: ${BASE}.sym ${OBJCOPY} -j .text \ + -j set_Xcommand_set \ -j .hash \ -j .data \ -j .sdata \ |