diff options
author | Michael Brown | 2008-01-08 16:51:36 +0100 |
---|---|---|
committer | Michael Brown | 2008-01-08 16:51:36 +0100 |
commit | 74fd544101c8f17f35dfc2cd16738ebd5228d366 (patch) | |
tree | b813ee1138e4397ee557144739ede124f80c65a0 /src/Makefile | |
parent | When the DHCP file/sname fields are empty, don't allow them to override (diff) | |
download | ipxe-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/Makefile | 4 |
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 |