summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-04 20:34:47 +0100
committerDamien <damien.p.george@gmail.com>2013-10-04 20:34:47 +0100
commitd69adc19c75cf07d560e4611728face8265c3f55 (patch)
treed0561eaf38d364495ea335b2871ce3400c1c221e
parent429d71943d6b94c7dc3c40a39ff1a09742c77dc2 (diff)
downloadmicropython-d69adc19c75cf07d560e4611728face8265c3f55.tar.gz
micropython-d69adc19c75cf07d560e4611728face8265c3f55.zip
Small fixes to Makefile.
-rw-r--r--py/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/py/Makefile b/py/Makefile
index 669453dba9..f360d7697f 100644
--- a/py/Makefile
+++ b/py/Makefile
@@ -15,7 +15,7 @@ SRC = \
emitcpy.c \
emitbc.c \
asmx64.c \
- emitx64v2.c \
+ emitx64.c \
emitthumb.c \
asmthumb.c \
runtime.c \
@@ -23,7 +23,6 @@ SRC = \
main.c \
SRC_ASM = \
- runtime1.s \
OBJ = $(SRC:.c=.o) $(SRC_ASM:.s=.o)
LIB =
@@ -43,7 +42,6 @@ compile.o: grammar.h
emitcpy.o: emit.h
emitbc.o: emit.h
emitx64.o: emit.h
-emitx64v2.o: emit.h
emitthumb.o: emit.h
clean: