diff options
author | Michael Brown <mcb30@etherboot.org> | 2008-01-08 15:51:36 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2008-01-08 15:51:36 +0000 |
commit | 74fd544101c8f17f35dfc2cd16738ebd5228d366 (patch) | |
tree | b813ee1138e4397ee557144739ede124f80c65a0 /src/Makefile.housekeeping | |
parent | 33111697075e60cec522848c0f04fd397bc9ea8d (diff) | |
download | ipxe-74fd544101c8f17f35dfc2cd16738ebd5228d366.tar.gz |
Added the embedded pxelinux payload patch from hpa.
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r-- | src/Makefile.housekeeping | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 754c2930d..d4ae8e318 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. # |