From: Michael Brown Date: Wed, 26 Mar 2014 21:26:17 +0000 (+0000) Subject: [build] Remove long-obsolete mechanism for wrapping embedded images X-Git-Tag: v1.20.1~1242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9087a033911b478ac86ca966795bac5910e9f591;p=thirdparty%2Fipxe.git [build] Remove long-obsolete mechanism for wrapping embedded images Signed-off-by: Michael Brown --- diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index ab4827905..939d5bcc9 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.%