summaryrefslogtreecommitdiff
path: root/apps/system/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-15 17:52:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-15 17:52:06 -0600
commit732a563c81c57d1fa693f4216216d0b3e01a1ee2 (patch)
tree1439189da2796fbc1d02f66b5eb7084999c49ff2 /apps/system/Makefile
parentfb8316094157de2df6b613de6914dadbd8ff3476 (diff)
downloadpx4-nuttx-732a563c81c57d1fa693f4216216d0b3e01a1ee2.tar.gz
px4-nuttx-732a563c81c57d1fa693f4216216d0b3e01a1ee2.tar.bz2
px4-nuttx-732a563c81c57d1fa693f4216216d0b3e01a1ee2.zip
Add a tiny INI file parser
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 72d703b28..8ca699d40 100644
--- a/apps/system/Makefile
+++ b/apps/system/Makefile
@@ -37,9 +37,9 @@
# Sub-directories containing system task
-SUBDIRS = cdcacm composite flash_eraseall free i2c install nxplayer
-SUBDIRS += poweroff ramtest ramtron readline sdcard stackmonitor sysinfo
-SUBDIRS += usbmonitor usbmsc zmodem
+SUBDIRS = cdcacm composite flash_eraseall free i2c inifile install
+SUBDIRS += nxplayer poweroff ramtest ramtron readline sdcard stackmonitor
+SUBDIRS += sysinfo usbmonitor usbmsc zmodem
# Create the list of installed runtime modules (INSTALLED_DIRS)