aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2016-05-02 20:36:54 +0100
committerMichael Brown <mcb30@ipxe.org>2016-05-02 22:35:14 +0100
commitefd5cf9aadcaf36f45db5d1c3059197a8479567c (patch)
tree7143d562a4dd2fee56e9e5561f4840b0ca1a6b1e /src/Makefile
parent71560d185475117b10994d839afe059577e7768c (diff)
downloadipxe-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/Makefile2
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
###############################################################################