forked from len0rd/rockbox
mkimxboot: always clean up dualboot elf files
Change-Id: I80ed1af784aa80bec9fa0b1e9322f25e69672510
This commit is contained in:
parent
120701646f
commit
d527c5595c
1 changed files with 3 additions and 2 deletions
|
|
@ -19,8 +19,9 @@ OPT_nwze360=-DSONY_NWZE360 -DIMX233_SUBTARGET=3780
|
||||||
|
|
||||||
BOOTOBJS=$(patsubst %, dualboot_%.o, $(TARGETS))
|
BOOTOBJS=$(patsubst %, dualboot_%.o, $(TARGETS))
|
||||||
BOOTBINS=$(patsubst %, dualboot_%.arm-bin, $(TARGETS))
|
BOOTBINS=$(patsubst %, dualboot_%.arm-bin, $(TARGETS))
|
||||||
|
BOOTELFS=$(patsubst %, dualboot_%.arm-elf, $(TARGETS))
|
||||||
|
|
||||||
all: ../dualboot.h ../dualboot.c
|
all: ../dualboot.h ../dualboot.c $(BOOTELFS)
|
||||||
|
|
||||||
# Dualboot bootloaders
|
# Dualboot bootloaders
|
||||||
|
|
||||||
|
|
@ -43,4 +44,4 @@ bin2c: bin2c.c
|
||||||
$(CC) -o bin2c bin2c.c
|
$(CC) -o bin2c bin2c.c
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *~ bin2c $(BOOTBINS) $(BOOTOBJS)
|
rm -f *~ bin2c $(BOOTBINS) $(BOOTOBJS) $(BOOTELFS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue