aboutsummaryrefslogtreecommitdiff
path: root/stm
diff options
context:
space:
mode:
authorDamien2013-12-20 14:22:59 +0000
committerDamien2013-12-20 14:22:59 +0000
commite2880aa2fdc75298df487df7519d483acb03959c (patch)
treedcaf98cf6c33d4ee0d42eec51964c4ab17da6f3a /stm
parentba66a8fc5715ed771410539e39a996b2a9632ba1 (diff)
Fix a few compiler warnings.
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 a5d0aad8a..881771795 100644
--- a/stm/Makefile
+++ b/stm/Makefile
@@ -148,7 +148,7 @@ $(BUILD)/%.o: $(CC3KSRC)/%.c
$(CC) $(CFLAGS) -c -o $@ $<
$(BUILD)/%.o: $(PYSRC)/%.s
- $(AS) -c -o $@ $<
+ $(AS) -o $@ $<
$(BUILD)/%.o: $(PYSRC)/%.c mpyconfig.h
$(CC) $(CFLAGS) -c -o $@ $<