diff options
| author | Damien | 2013-10-20 17:42:00 +0100 |
|---|---|---|
| committer | Damien | 2013-10-20 17:42:00 +0100 |
| commit | fa2162bc77b22fd135fd059219191ac91449b3fa (patch) | |
| tree | 07f29c54a32a3b3650917cd22a99184f1aa242e0 /stm/Makefile | |
| parent | 27fb45eb1c95f9cc02f4ed1b9d573ece0d4c1a18 (diff) | |
Integrate new lexer stream with stm framework.
Diffstat (limited to 'stm/Makefile')
| -rw-r--r-- | stm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stm/Makefile b/stm/Makefile index b7e565e9a..a9cba33bd 100644 --- a/stm/Makefile +++ b/stm/Makefile @@ -24,6 +24,7 @@ SRC_C = \ systick.c \ stm32fxxx_it.c \ usb.c \ + lexerstm.c \ # sd.c \ SRC_S = \ @@ -33,6 +34,7 @@ PY_O = \ nlrthumb.o \ malloc.o \ qstr.o \ + vstr.o \ misc.o \ lexer.o \ parse.o \ |
