diff options
| author | Damien | 2013-10-19 15:37:09 +0100 |
|---|---|---|
| committer | Damien | 2013-10-19 15:37:09 +0100 |
| commit | fb42ec17bcf7508f66b8d8d0770b60c33be0d6ab (patch) | |
| tree | c879f13cc08c9bda799c815e93f356f9639852f5 /stm/Makefile | |
| parent | d7a7a30a4f7e85b1c4cac92b2e101e4071b89daa (diff) | |
Try to re-add USB support...
Diffstat (limited to 'stm/Makefile')
| -rw-r--r-- | stm/Makefile | 6 |
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 \ |
