aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2008-01-08 15:51:36 +0000
committerMichael Brown <mcb30@etherboot.org>2008-01-08 15:51:36 +0000
commit74fd544101c8f17f35dfc2cd16738ebd5228d366 (patch)
treeb813ee1138e4397ee557144739ede124f80c65a0 /src/Makefile
parent33111697075e60cec522848c0f04fd397bc9ea8d (diff)
downloadipxe-74fd544101c8f17f35dfc2cd16738ebd5228d366.tar.gz
Added the embedded pxelinux payload patch from hpa.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index f74bd8bfd..0591bb016 100644
--- 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