Split the objcopy stage out of final image preparation to a separate

bin/%.bin target.
This commit is contained in:
Michael Brown
2007-07-16 13:41:27 +01:00
parent 6d2e4e719c
commit 37fa9a8706
2 changed files with 11 additions and 3 deletions

View File

@@ -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