From efd5cf9aadcaf36f45db5d1c3059197a8479567c Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 2 May 2016 20:36:54 +0100 Subject: [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 --- src/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Makefile') 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 ############################################################################### -- cgit