aboutsummaryrefslogtreecommitdiff
path: root/stm
diff options
context:
space:
mode:
authorDamien George2014-01-30 22:16:51 +0000
committerDamien George2014-01-30 22:16:51 +0000
commit39631bc3126774b75916331d84d3cb26aab8ac3a (patch)
tree5586aac22560c062da3d2294dee96455b77a420c /stm
parent09a0c64bce93f5ebcea82e81b4b07ddd7ff76cc7 (diff)
Fix Makefiles: -O3 option was not being applied; mkdir for STM.
Diffstat (limited to 'stm')
-rw-r--r--stm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/Makefile b/stm/Makefile
index 12fd0d966..195825238 100644
--- a/stm/Makefile
+++ b/stm/Makefile
@@ -151,7 +151,7 @@ OBJ += $(addprefix $(BUILD)/, $(SRC_STMUSBD:.c=.o))
OBJ += $(addprefix $(BUILD)/, $(SRC_FATFS:.c=.o))
#OBJ += $(addprefix $(BUILD)/, $(SRC_CC3K:.c=.o))
-all: $(BUILD) $(BUILD)/flash.dfu
+all: $(BUILD)/flash.dfu
$(BUILD)/flash.dfu: $(BUILD)/flash0.bin $(BUILD)/flash1.bin
$(ECHO) "Create $@"