]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Remove long-obsolete mechanism for wrapping embedded images
authorMichael Brown <mcb30@ipxe.org>
Wed, 26 Mar 2014 21:26:17 +0000 (21:26 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 26 Mar 2014 21:26:17 +0000 (21:26 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping

index ab4827905b9f0507e0b0984e5a856454eb9fbf09..939d5bcc9ace014fa6fb438fb52b85a77b2fac2c 100644 (file)
@@ -1139,15 +1139,6 @@ endif
 endif
 endif
 
-# Wrap up binary blobs (for embedded images)
-#
-$(BIN)/%.o : payload/%.img
-       $(QM)echo "  [WRAP] $@"
-       $(Q)$(LD) -b binary -r -o $@ $< --undefined obj_payload \
-               --defsym obj_$*=0
-
-BOBJS += $(patsubst payload/%.img,$(BIN)/%.o,$(wildcard payload/*.img))
-
 # Alias for ipxe.%
 #
 $(BIN)/etherboot.% : $(BIN)/ipxe.%