From 74fd544101c8f17f35dfc2cd16738ebd5228d366 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 8 Jan 2008 15:51:36 +0000 Subject: Added the embedded pxelinux payload patch from hpa. --- src/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile') 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 -- cgit v1.2.3-55-g7522