summaryrefslogtreecommitdiff
path: root/apps/interpreters/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-27 07:53:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-27 07:53:12 -0600
commit4ef5633f361ab5302007045dcef945043d6d6225 (patch)
tree1806fe0ec9221c4e6c7439419e8b57bfe7865d29 /apps/interpreters/Kconfig
parentf2fe892334074612e4e3159c754b65d13bc348fc (diff)
downloadnuttx-4ef5633f361ab5302007045dcef945043d6d6225.tar.gz
nuttx-4ef5633f361ab5302007045dcef945043d6d6225.tar.bz2
nuttx-4ef5633f361ab5302007045dcef945043d6d6225.zip
Port of BAS 2.4 to NuttX by Alan Carvalho de Assis
Diffstat (limited to 'apps/interpreters/Kconfig')
-rw-r--r--apps/interpreters/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/interpreters/Kconfig b/apps/interpreters/Kconfig
index e95215517..115876eb6 100644
--- a/apps/interpreters/Kconfig
+++ b/apps/interpreters/Kconfig
@@ -4,6 +4,7 @@
#
source "$APPSDIR/interpreters/ficl/Kconfig"
+source "$APPSDIR/interpreters/bas/Kconfig"
config INTERPRETERS_PCODE
bool "Pascal p-code interpreter"