From e2880aa2fdc75298df487df7519d483acb03959c Mon Sep 17 00:00:00 2001 From: Damien Date: Fri, 20 Dec 2013 14:22:59 +0000 Subject: Fix a few compiler warnings. --- stm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stm') 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 $@ $< -- cgit v1.2.3