mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[build] Remove long-obsolete mechanism for wrapping embedded images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1139,15 +1139,6 @@ endif
|
|||||||
endif
|
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.%
|
# Alias for ipxe.%
|
||||||
#
|
#
|
||||||
$(BIN)/etherboot.% : $(BIN)/ipxe.%
|
$(BIN)/etherboot.% : $(BIN)/ipxe.%
|
||||||
|
|||||||
Reference in New Issue
Block a user