diff options
| author | Damien George <damien.p.george@gmail.com> | 2016-11-28 09:24:50 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2016-11-28 09:24:50 +1100 |
| commit | 612599587bef71e1deca9a77a8e2e16e69b045de (patch) | |
| tree | ea4dc739dbff37bc65a5e522411c0e472cdc11a4 /py/py.mk | |
| parent | 21e1703d37a645548aff6b833a49dfdfb3543c70 (diff) | |
py: Factor out common code from assemblers into asmbase.[ch].
All assemblers should "derive" from mp_asm_base_t.
Diffstat (limited to 'py/py.mk')
| -rw-r--r-- | py/py.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ PY_O_BASENAME = \ compile.o \ emitcommon.o \ emitbc.o \ + asmbase.o \ asmx64.o \ emitnx64.o \ asmx86.o \ |
