diff options
| author | Damien | 2013-10-19 18:13:48 +0100 |
|---|---|---|
| committer | Damien | 2013-10-19 18:13:48 +0100 |
| commit | afe12bca23b106a18796bf6ed793ff1389bdddb2 (patch) | |
| tree | c34020314b3b1ed7a6106a3582882460471ef1dc /stm/Makefile | |
| parent | fb42ec17bcf7508f66b8d8d0770b60c33be0d6ab (diff) | |
Fix IRQ priority issue to give working USB; and some cleanup.
Diffstat (limited to 'stm/Makefile')
| -rw-r--r-- | stm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stm/Makefile b/stm/Makefile index a305a9bca..b7e565e9a 100644 --- a/stm/Makefile +++ b/stm/Makefile @@ -18,6 +18,7 @@ SRC_C = \ lcd.c \ flash.c \ storage.c \ + mma.c \ string0.c \ malloc0.c \ systick.c \ @@ -29,10 +30,10 @@ SRC_S = \ startup_stm32f40xx.s \ PY_O = \ -# nlrthumb.o \ + nlrthumb.o \ malloc.o \ qstr.o \ -# misc.o \ + misc.o \ lexer.o \ parse.o \ scope.o \ |
