diff options
| author | Damien | 2013-10-05 23:17:28 +0100 |
|---|---|---|
| committer | Damien | 2013-10-05 23:17:28 +0100 |
| commit | 826005c60b3c22c468ec21e995844037aafd6f99 (patch) | |
| tree | 291ba04ec4ab625316babc91bcdeebf5634150a3 /py/Makefile | |
| parent | 5bfb759980c3891a9401d877fb225770146c79df (diff) | |
Add support for inline thumb assembly.
Diffstat (limited to 'py/Makefile')
| -rw-r--r-- | py/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/Makefile b/py/Makefile index cb1b8d945..4d36f3c97 100644 --- a/py/Makefile +++ b/py/Makefile @@ -19,6 +19,7 @@ SRC = \ emitx64.c \ emitthumb.c \ asmthumb.c \ + emitinlinethumb.c \ runtime.c \ vm.c \ main.c \ |
