summaryrefslogtreecommitdiff
path: root/apps/system/Make.defs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-09 12:30:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-09 12:30:07 -0600
commit2992f82c56ff672531fd152c89e783c6fc2daec0 (patch)
tree9c640841e6e562f9e98e154ea68d97cb2c211f45 /apps/system/Make.defs
parentdb7257ad4894df88a59100a8849b156029fbcf21 (diff)
downloadpx4-nuttx-2992f82c56ff672531fd152c89e783c6fc2daec0.tar.gz
px4-nuttx-2992f82c56ff672531fd152c89e783c6fc2daec0.tar.bz2
px4-nuttx-2992f82c56ff672531fd152c89e783c6fc2daec0.zip
Move prun from interpreters/ to system/; And an NSH built-in appliation that can be used to execute P-Code files from the NSH command line
Diffstat (limited to 'apps/system/Make.defs')
-rw-r--r--apps/system/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/Make.defs b/apps/system/Make.defs
index af20390a5..5242dd977 100644
--- a/apps/system/Make.defs
+++ b/apps/system/Make.defs
@@ -67,7 +67,7 @@ CONFIGURED_APPS += system/nxplayer
endif
ifeq ($(CONFIG_SYSTEM_PRUN),y)
-CONFIGURED_APPS += sysem/prun
+CONFIGURED_APPS += system/prun
endif
ifeq ($(CONFIG_SYSTEM_RAMTEST),y)