Added the embedded pxelinux payload patch from hpa.

This commit is contained in:
Michael Brown
2008-01-08 15:51:36 +00:00
parent 3311169707
commit 74fd544101
6 changed files with 107 additions and 0 deletions

View File

@@ -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