aboutsummaryrefslogtreecommitdiff
path: root/stm/Makefile
diff options
context:
space:
mode:
authorPaul Sokolovsky2014-01-03 17:15:53 +0200
committerPaul Sokolovsky2014-01-03 19:03:11 +0200
commitb372bfca21ccab593359ef25a0a0c6bf697c8586 (patch)
treea6802e0442c4ac83aa91beb04bac9f222641202b /stm/Makefile
parentef18102b9ec9634653fd4a8286990e9e21ce2ae0 (diff)
Rename default config file to mpconfig.h, and port's to mpconfigport.h.
mpconfig.h will automatically pull mpconfigport.h.
Diffstat (limited to 'stm/Makefile')
-rw-r--r--stm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/Makefile b/stm/Makefile
index 018d31f49..d6c77e2bd 100644
--- a/stm/Makefile
+++ b/stm/Makefile
@@ -187,7 +187,7 @@ $(BUILD)/%.o: $(PYSRC)/%.s
$(BUILD)/%.o: $(PYSRC)/%.S
$(CC) $(CFLAGS) -c -o $@ $<
-$(BUILD)/%.o: $(PYSRC)/%.c mpconfig.h
+$(BUILD)/%.o: $(PYSRC)/%.c mpconfigport.h
$(CC) $(CFLAGS) -c -o $@ $<
$(BUILD)/emitnthumb.o: $(PYSRC)/emitnative.c $(PYSRC)/emit.h