summaryrefslogtreecommitdiff
path: root/apps/system/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-20 13:17:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-20 13:17:21 -0600
commit423f3165ed5bce54d2e36defcf04ea7936f150ce (patch)
treec690808bd9c8b5c2286ca46a0185225667922575 /apps/system/Makefile
parent8d9d900abe1f1f70532ddcb9472b7ebb85af5a37 (diff)
downloadnuttx-423f3165ed5bce54d2e36defcf04ea7936f150ce.tar.gz
nuttx-423f3165ed5bce54d2e36defcf04ea7936f150ce.tar.bz2
nuttx-423f3165ed5bce54d2e36defcf04ea7936f150ce.zip
apps/system/vi: Add new tiny VI work-alike editor. Still a work in progress.
Diffstat (limited to 'apps/system/Makefile')
-rw-r--r--apps/system/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/system/Makefile b/apps/system/Makefile
index 8ca699d40..08a67d22d 100644
--- a/apps/system/Makefile
+++ b/apps/system/Makefile
@@ -1,7 +1,7 @@
############################################################################
# apps/system/Makefile
#
-# Copyright (C) 2011-2013 Gregory Nutt. All rights reserved.
+# Copyright (C) 2011-2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -39,7 +39,7 @@
SUBDIRS = cdcacm composite flash_eraseall free i2c inifile install
SUBDIRS += nxplayer poweroff ramtest ramtron readline sdcard stackmonitor
-SUBDIRS += sysinfo usbmonitor usbmsc zmodem
+SUBDIRS += sysinfo usbmonitor usbmsc vi zmodem
# Create the list of installed runtime modules (INSTALLED_DIRS)