summaryrefslogtreecommitdiff
path: root/apps/system/Make.defs
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/Make.defs
parent8d9d900abe1f1f70532ddcb9472b7ebb85af5a37 (diff)
downloadpx4-nuttx-423f3165ed5bce54d2e36defcf04ea7936f150ce.tar.gz
px4-nuttx-423f3165ed5bce54d2e36defcf04ea7936f150ce.tar.bz2
px4-nuttx-423f3165ed5bce54d2e36defcf04ea7936f150ce.zip
apps/system/vi: Add new tiny VI work-alike editor. Still a work in progress.
Diffstat (limited to 'apps/system/Make.defs')
-rw-r--r--apps/system/Make.defs6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/system/Make.defs b/apps/system/Make.defs
index aa4f89186..c0af2ec15 100644
--- a/apps/system/Make.defs
+++ b/apps/system/Make.defs
@@ -2,7 +2,7 @@
# apps/system/Make.defs
# Adds selected applications to apps/ build
#
-# Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
+# Copyright (C) 2012-2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -102,6 +102,10 @@ ifeq ($(CONFIG_SYSTEM_USBMSC),y)
CONFIGURED_APPS += system/usbmsc
endif
+ifeq ($(CONFIG_SYSTEM_VI),y)
+CONFIGURED_APPS += system/vi
+endif
+
ifeq ($(CONFIG_SYSTEM_ZMODEM),y)
CONFIGURED_APPS += system/zmodem
endif