py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module.

So this setting could be used by other source files if needed.
This commit is contained in:
Jim Mussared
2020-03-04 17:07:42 +11:00
committed by Damien George
parent 994c1dd57a
commit c34e7b9d4c
8 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
#define MICROPY_ENABLE_DYNRUNTIME (1)
#define MICROPY_PY_BTREE (1)
#include "py/dynruntime.h"

View File

@@ -1,4 +1,3 @@
#define MICROPY_ENABLE_DYNRUNTIME (1)
#define MICROPY_PY_FRAMEBUF (1)
#include "py/dynruntime.h"

View File

@@ -1,4 +1,3 @@
#define MICROPY_ENABLE_DYNRUNTIME (1)
#define MICROPY_PY_UHEAPQ (1)
#include "py/dynruntime.h"

View File

@@ -1,4 +1,3 @@
#define MICROPY_ENABLE_DYNRUNTIME (1)
#define MICROPY_PY_URANDOM (1)
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)

View File

@@ -1,4 +1,3 @@
#define MICROPY_ENABLE_DYNRUNTIME (1)
#define MICROPY_STACK_CHECK (1)
#define MICROPY_PY_URE (1)
#define MICROPY_PY_URE_MATCH_GROUPS (1)

View File

@@ -1,4 +1,3 @@
#define MICROPY_ENABLE_DYNRUNTIME (1)
#define MICROPY_PY_UZLIB (1)
#include "py/dynruntime.h"