forked from M-Labs/artiq
1
0
Fork 0

runtime: keep .bin

This commit is contained in:
Sebastien Bourdeauducq 2015-04-15 14:05:34 +08:00
parent ecf6b29279
commit 9cfe00e23e
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ $(error failed to determine UP/AMP build)
endif endif
endif endif
all: runtime.fbi all: runtime.bin runtime.fbi
# pull in dependency info for *existing* .o files # pull in dependency info for *existing* .o files
-include $(OBJECTS:.o=.d) -include $(OBJECTS:.o=.d)
@ -30,7 +30,7 @@ all: runtime.fbi
@chmod -x $@ @chmod -x $@
%.fbi: %.bin %.fbi: %.bin
$(MSCDIR)/mkmscimg.py -f -o $@ $< @echo " MSCIMG " $@ && $(MSCDIR)/mkmscimg.py -f -o $@ $<
runtime.elf: $(OBJECTS) libs runtime.elf: $(OBJECTS) libs
$(LD) $(LDFLAGS) \ $(LD) $(LDFLAGS) \