diff options
| author | Damien George <damien.p.george@gmail.com> | 2016-12-09 16:39:39 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2016-12-09 16:51:49 +1100 |
| commit | 8e5aced1fd4845b23b203d8d15f9b34b6b022ceb (patch) | |
| tree | d56a1a626bd3bcd8d3bedac6750e02ee93fe09e3 /py/mkrules.mk | |
| parent | fcac4b07f1154ae5a354de3cd1fe5297edb75bff (diff) | |
py: Integrate Xtensa assembler into native emitter.
The config option MICROPY_EMIT_XTENSA can now be enabled to target the
Xtensa architecture with @micropython.native and @micropython.viper
decorators.
Diffstat (limited to 'py/mkrules.mk')
| -rw-r--r-- | py/mkrules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mkrules.mk b/py/mkrules.mk index d509f7b48..f4a2363a7 100644 --- a/py/mkrules.mk +++ b/py/mkrules.mk @@ -49,7 +49,7 @@ $(BUILD)/%.o: %.c # List all native flags since the current build system doesn't have # the micropython configuration available. However, these flags are # needed to extract all qstrings -QSTR_GEN_EXTRA_CFLAGS += -DNO_QSTR -DN_X64 -DN_X86 -DN_THUMB -DN_ARM +QSTR_GEN_EXTRA_CFLAGS += -DNO_QSTR -DN_X64 -DN_X86 -DN_THUMB -DN_ARM -DN_XTENSA QSTR_GEN_EXTRA_CFLAGS += -I$(BUILD)/tmp vpath %.c . $(TOP) |
