aboutsummaryrefslogtreecommitdiff
path: root/stm/Makefile
diff options
context:
space:
mode:
authorDamien2013-10-19 15:37:09 +0100
committerDamien2013-10-19 15:37:09 +0100
commitfb42ec17bcf7508f66b8d8d0770b60c33be0d6ab (patch)
treec879f13cc08c9bda799c815e93f356f9639852f5 /stm/Makefile
parentd7a7a30a4f7e85b1c4cac92b2e101e4071b89daa (diff)
Try to re-add USB support...
Diffstat (limited to 'stm/Makefile')
-rw-r--r--stm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/stm/Makefile b/stm/Makefile
index efd2ec60b..a305a9bca 100644
--- a/stm/Makefile
+++ b/stm/Makefile
@@ -29,11 +29,9 @@ SRC_S = \
startup_stm32f40xx.s \
PY_O = \
- nlrthumb.o \
+# nlrthumb.o \
malloc.o \
qstr.o \
- runtime.o \
- vm.o \
# misc.o \
lexer.o \
parse.o \
@@ -45,6 +43,8 @@ PY_O = \
asmthumb.o \
emitnthumb.o \
emitinlinethumb.o \
+ runtime.o \
+ vm.o \
SRC_FATFS = \
ff.c \