summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMichael Brown2014-03-26 22:26:17 +0100
committerMichael Brown2014-03-26 22:26:17 +0100
commit9087a033911b478ac86ca966795bac5910e9f591 (patch)
tree0a4aeb09e4b2e9651555d180001ee5d5b28cfdd5 /src/Makefile.housekeeping
parent[crypto] Remove dynamically-allocated storage for certificate OCSP URI (diff)
downloadipxe-9087a033911b478ac86ca966795bac5910e9f591.tar.gz
ipxe-9087a033911b478ac86ca966795bac5910e9f591.tar.xz
ipxe-9087a033911b478ac86ca966795bac5910e9f591.zip
[build] Remove long-obsolete mechanism for wrapping embedded images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index ab482790..939d5bcc 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -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.%