http://git.etherboot.org
/
people
/
oremanj
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[efi] Allow building with non-system libbfd
[people/oremanj/gpxe.git]
/
src
/
Makefile
diff --git
a/src/Makefile
b/src/Makefile
index
1693b4a
..
099762c
100644
(file)
--- 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)
###############################################################################
#