http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added the embedded pxelinux payload patch from hpa.
[people/mcb30/gpxe.git]
/
src
/
Makefile
diff --git
a/src/Makefile
b/src/Makefile
index
f74bd8b
..
0591bb0
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-101,6
+101,10
@@
CFLAGS += $(EXTRA_CFLAGS)
ASFLAGS += $(EXTRA_ASFLAGS)
LDFLAGS += $(EXTRA_LDFLAGS)
+# Embedded image, if present
+#
+EMBEDDED_IMAGE ?= /dev/null
+
ifneq ($(NO_WERROR),1)
CFLAGS += -Werror
endif