runtime: build flash image by default

This commit is contained in:
Sebastien Bourdeauducq 2015-04-15 12:43:15 +08:00
parent c0213c9f69
commit ffe4ee9137
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ $(error failed to determine UP/AMP build)
endif
endif
all: runtime.bin
all: runtime.fbi
# pull in dependency info for *existing* .o files
-include $(OBJECTS:.o=.d)