[build] Remove long-obsolete mechanism for wrapping embedded images

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/17/head
Michael Brown 2014-03-26 21:26:17 +00:00
parent e1ebc50f81
commit 9087a03391
1 changed files with 0 additions and 9 deletions

View 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.%