From 9cfe00e23e659f1fa3089c4bc3e4792e720c648e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 15 Apr 2015 14:05:34 +0800 Subject: [PATCH] runtime: keep .bin --- soc/runtime/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soc/runtime/Makefile b/soc/runtime/Makefile index 16461ca4a..d6c5a4d38 100644 --- a/soc/runtime/Makefile +++ b/soc/runtime/Makefile @@ -20,7 +20,7 @@ $(error failed to determine UP/AMP build) endif endif -all: runtime.fbi +all: runtime.bin runtime.fbi # pull in dependency info for *existing* .o files -include $(OBJECTS:.o=.d) @@ -30,7 +30,7 @@ all: runtime.fbi @chmod -x $@ %.fbi: %.bin - $(MSCDIR)/mkmscimg.py -f -o $@ $< + @echo " MSCIMG " $@ && $(MSCDIR)/mkmscimg.py -f -o $@ $< runtime.elf: $(OBJECTS) libs $(LD) $(LDFLAGS) \