From 212c296c0b24dddd19099f9188176a14ade42d86 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 30 Dec 2013 12:52:32 +0000 Subject: Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig. --- stm/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stm') 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 $@ $< -- cgit v1.2.3