diff options
| author | Damien George | 2013-12-30 12:52:32 +0000 |
|---|---|---|
| committer | Damien George | 2013-12-30 12:52:32 +0000 |
| commit | 212c296c0b24dddd19099f9188176a14ade42d86 (patch) | |
| tree | 50bdcb156669c1e6c77f0ba37206314f104196c4 /stm | |
| parent | cd340c44c28e2b07513fbe4d921a7eccca2dcd7a (diff) | |
Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig.
Diffstat (limited to 'stm')
| -rw-r--r-- | stm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stm/Makefile b/stm/Makefile index c61900e3d..0bbc10af5 100644 --- a/stm/Makefile +++ b/stm/Makefile @@ -171,6 +171,9 @@ $(BUILD)/%.o: $(CC3KSRC)/%.c $(BUILD)/%.o: $(PYSRC)/%.s $(AS) -o $@ $< +$(BUILD)/%.o: $(PYSRC)/%.S + $(CC) $(CFLAGS) -c -o $@ $< + $(BUILD)/%.o: $(PYSRC)/%.c mpconfig.h $(CC) $(CFLAGS) -c -o $@ $< |
