summaryrefslogtreecommitdiff
path: root/apps/system/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-01 07:45:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-01 07:45:34 -0600
commitfa71d6461e5b8cc8b3cada0e594c9641e5e21da7 (patch)
treef7307a9c8d87eed8fa94cb69a0e8b7242a916a30 /apps/system/Makefile
parent2fd7dfe98ac64e201c22e8cb07bab75433dd6b60 (diff)
downloadnuttx-fa71d6461e5b8cc8b3cada0e594c9641e5e21da7.tar.gz
nuttx-fa71d6461e5b8cc8b3cada0e594c9641e5e21da7.tar.bz2
nuttx-fa71d6461e5b8cc8b3cada0e594c9641e5e21da7.zip
Add system/flash_eraseall NSH command
Diffstat (limited to 'apps/system/Makefile')
-rw-r--r--apps/system/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/system/Makefile b/apps/system/Makefile
index 5af79c6f1..b998bf166 100644
--- a/apps/system/Makefile
+++ b/apps/system/Makefile
@@ -1,7 +1,7 @@
############################################################################
# apps/system/Makefile
#
-# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+# Copyright (C) 2011-2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -37,8 +37,8 @@
# Sub-directories containing system task
-SUBDIRS = free i2c install readline poweroff ramtest ramtron sdcard
-SUBDIRS += sysinfo usbmonitor
+SUBDIRS = flash_eraseall free i2c install poweroff ramtest ramtron readline
+SUBDIRS += sdcard sysinfo usbmonitor
# Create the list of installed runtime modules (INSTALLED_DIRS)