From 732a563c81c57d1fa693f4216216d0b3e01a1ee2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 15 Jan 2014 17:52:06 -0600 Subject: Add a tiny INI file parser --- apps/system/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/system/Makefile') 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) -- cgit v1.2.3