summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2016-05-02 21:36:54 +0200
committerMichael Brown2016-05-02 23:35:14 +0200
commitefd5cf9aadcaf36f45db5d1c3059197a8479567c (patch)
tree7143d562a4dd2fee56e9e5561f4840b0ca1a6b1e /src/Makefile
parent[librm] Preserve FPU, MMX and SSE state across calls to virt_call() (diff)
downloadipxe-efd5cf9aadcaf36f45db5d1c3059197a8479567c.tar.gz
ipxe-efd5cf9aadcaf36f45db5d1c3059197a8479567c.tar.xz
ipxe-efd5cf9aadcaf36f45db5d1c3059197a8479567c.zip
[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 58eedb11..b7becdb4 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
###############################################################################