summaryrefslogtreecommitdiff
path: root/apps/system/Make.defs
diff options
context:
space:
mode:
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