diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-03 18:48:53 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-03 18:48:53 +0000 |
commit | b7aa72710ee6798c6d2bc2632be24206e526fc1e (patch) | |
tree | ae147cc2c01b971ed906c4d391b0935081678fb8 | |
parent | 91c8d8e71c7780eb17f5f73bdde89eece42e7e98 (diff) | |
download | micropython-b7aa72710ee6798c6d2bc2632be24206e526fc1e.tar.gz micropython-b7aa72710ee6798c6d2bc2632be24206e526fc1e.zip |
unix-cpy: Fix mpconfig to work with new scheme.
-rw-r--r-- | unix-cpy/Makefile | 4 | ||||
-rw-r--r-- | unix-cpy/mpconfigport.h (renamed from unix-cpy/mpconfig.h) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix-cpy/Makefile b/unix-cpy/Makefile index 0f20fe31ce..48c3179460 100644 --- a/unix-cpy/Makefile +++ b/unix-cpy/Makefile @@ -68,7 +68,7 @@ $(BUILD)/%.o: %.c $(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)/emitnx64.o: $(PYSRC)/emitnative.c $(PYSRC)/emit.h @@ -81,7 +81,7 @@ $(BUILD)/emitnthumb.o: $(PYSRC)/emitnative.c $(PYSRC)/emit.h $(BUILD)/vm.o: $(PYSRC)/vm.c $(CC) $(CFLAGS) -O3 -c -o $@ $< -$(BUILD)/main.o: mpconfig.h +$(BUILD)/main.o: mpconfigport.h $(BUILD)/parse.o: $(PYSRC)/grammar.h $(BUILD)/compile.o: $(PYSRC)/grammar.h $(BUILD)/emitcpy.o: $(PYSRC)/emit.h diff --git a/unix-cpy/mpconfig.h b/unix-cpy/mpconfigport.h index db72b31455..db72b31455 100644 --- a/unix-cpy/mpconfig.h +++ b/unix-cpy/mpconfigport.h |