summaryrefslogtreecommitdiff
path: root/apps/interpreters/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-11 09:34:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-11 09:34:51 -0600
commit1c8234c117ca90e978e9c7af60fc36cae2a98f76 (patch)
treedb21840da240e82938c15db36102d52f236b0521 /apps/interpreters/Makefile
parentcea3147c69b1054b991e5324b529beec21307b7c (diff)
downloadnuttx-1c8234c117ca90e978e9c7af60fc36cae2a98f76.tar.gz
nuttx-1c8234c117ca90e978e9c7af60fc36cae2a98f76.tar.bz2
nuttx-1c8234c117ca90e978e9c7af60fc36cae2a98f76.zip
Port of Micro Python to NuttX. From Dave Marples
Diffstat (limited to 'apps/interpreters/Makefile')
-rw-r--r--apps/interpreters/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/interpreters/Makefile b/apps/interpreters/Makefile
index e7a1d2b00..acbbd6e3b 100644
--- a/apps/interpreters/Makefile
+++ b/apps/interpreters/Makefile
@@ -37,7 +37,7 @@
# Sub-directories containing interpreter runtime
-SUBDIRS = pcode prun ficl bas
+SUBDIRS = bas ficl micropython pcode prun
# Create the list of installed runtime modules (INSTALLED_DIRS)