From ffe4ee91372a8320c9402a6d291d31e96f0e86af Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 15 Apr 2015 12:43:15 +0800 Subject: [PATCH] runtime: build flash image by default --- soc/runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/runtime/Makefile b/soc/runtime/Makefile index d63fa65f2..16461ca4a 100644 --- a/soc/runtime/Makefile +++ b/soc/runtime/Makefile @@ -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)