From ee3fd46f1383e984c968c4a82d634d7b0cea49b8 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 24 May 2014 23:03:12 +0100 Subject: Rename configuration variables controling Python features. Now of the form MICROPY_PY_*. See issue #35. --- unix/mpconfigport.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unix/mpconfigport.mk') diff --git a/unix/mpconfigport.mk b/unix/mpconfigport.mk index 352d01067..f9b99e234 100644 --- a/unix/mpconfigport.mk +++ b/unix/mpconfigport.mk @@ -7,7 +7,7 @@ MICROPY_FORCE_32BIT = 0 MICROPY_USE_READLINE = 1 # Subset of CPython time module -MICROPY_MOD_TIME = 1 +MICROPY_PY_TIME = 1 # ffi module requires libffi (libffi-dev Debian package) -MICROPY_MOD_FFI = 1 +MICROPY_PY_FFI = 1 -- cgit v1.2.3