From 640e0b221e972f9a2da2d870bf3fc5a93c18f0ec Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 20 Jan 2015 11:52:12 +0200 Subject: py: Implement very simple frozen modules support. Only modules (not packages) supported now. Source modules can be converted to frozen module structures using tools/make-frozen.py script. --- minimal/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'minimal') diff --git a/minimal/mpconfigport.h b/minimal/mpconfigport.h index 236cebcf6..c2a88734a 100644 --- a/minimal/mpconfigport.h +++ b/minimal/mpconfigport.h @@ -32,6 +32,7 @@ #define MICROPY_PY_IO (0) #define MICROPY_PY_STRUCT (0) #define MICROPY_PY_SYS (0) +#define MICROPY_MODULE_FROZEN (0) #define MICROPY_CPYTHON_COMPAT (0) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE) #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE) -- cgit v1.2.3