From 3dd7ce1c26cac856039e1151720481c6ab1b43d1 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 31 Mar 2009 09:36:08 +0100 Subject: [efi] Allow building with non-system libbfd On Mac OS X, it is necessary to build binutils manually; the system does not provide bfd.h or the libbfd or libiberty libraries. Originally-fixed-by: Joshua Oreman --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 1693b4aca..099762ce6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -42,6 +42,8 @@ ELF2EFI64 := ./util/elf2efi64 EFIROM := ./util/efirom ICCFIX := ./util/iccfix DOXYGEN := doxygen +BINUTILS_DIR := /usr +BFD_DIR := $(BINUTILS_DIR) ############################################################################### # -- cgit v1.2.3-55-g7522