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

@@ -214,6 +214,14 @@ drivers :
roms :
@$(ECHO) $(ROMS)
# Embedded binary
$(BIN)/embedimg.bin: $(EMBEDDED_IMAGE)
$(QM)$(ECHO) " [COPY] $@"
$(Q)$(CP) -f $(EMBEDDED_IMAGE) $@
$(BIN)/embed.o: $(BIN)/embedimg.bin
CFLAGS_embed = -DEMBEDIMG=\"$(BIN)/embedimg.bin\"
# Generate the NIC file from the parsed source files. The NIC file is
# only for rom-o-matic.
#