mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
Split the objcopy stage out of final image preparation to a separate
bin/%.bin target.
This commit is contained in:
@@ -73,6 +73,7 @@ CPP ?= gcc -E -Wp,-Wall
|
||||
RM ?= rm -f
|
||||
TOUCH ?= touch
|
||||
MKDIR ?= mkdir
|
||||
CP ?= cp
|
||||
PERL ?= /usr/bin/perl
|
||||
CC ?= $(CROSS_COMPILE)gcc
|
||||
AS ?= $(CROSS_COMPILE)as
|
||||
|
||||
Reference in New Issue
Block a user