diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-05-02 20:36:54 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-05-02 22:35:14 +0100 |
commit | efd5cf9aadcaf36f45db5d1c3059197a8479567c (patch) | |
tree | 7143d562a4dd2fee56e9e5561f4840b0ca1a6b1e /src/Makefile | |
parent | 71560d185475117b10994d839afe059577e7768c (diff) | |
download | ipxe-efd5cf9aadcaf36f45db5d1c3059197a8479567c.tar.gz |
[efi] Eliminate use of libbfd
Parse the intermediate ELF file directly instead of using libbfd, in
order to allow for cross-compiled ELF objects.
As a side bonus, this eliminates libbfd as a build requirement.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 58eedb11b..b7becdb43 100644 --- a/src/Makefile +++ b/src/Makefile @@ -53,8 +53,6 @@ EINFO := ./util/einfo GENKEYMAP := ./util/genkeymap.pl DOXYGEN := doxygen LCAB := lcab -BINUTILS_DIR := /usr -BFD_DIR := $(BINUTILS_DIR) ZLIB_DIR := /usr ############################################################################### |