summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2008-01-08 16:51:36 +0100
committerMichael Brown2008-01-08 16:51:36 +0100
commit74fd544101c8f17f35dfc2cd16738ebd5228d366 (patch)
treeb813ee1138e4397ee557144739ede124f80c65a0 /src/Makefile
parentWhen the DHCP file/sname fields are empty, don't allow them to override (diff)
downloadipxe-74fd544101c8f17f35dfc2cd16738ebd5228d366.tar.gz
ipxe-74fd544101c8f17f35dfc2cd16738ebd5228d366.tar.xz
ipxe-74fd544101c8f17f35dfc2cd16738ebd5228d366.zip
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 f74bd8bf..0591bb01 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