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.housekeeping | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/Makefile.housekeeping') diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 754c2930..d4ae8e31 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -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. # -- cgit v1.2.3-55-g7522