summaryrefslogtreecommitdiff
path: root/apps/system
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system')
-rw-r--r--apps/system/Makefile3
-rw-r--r--apps/system/ramtest/Makefile1
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/system/Makefile b/apps/system/Makefile
index f39eedec4..5af79c6f1 100644
--- a/apps/system/Makefile
+++ b/apps/system/Makefile
@@ -37,7 +37,8 @@
# Sub-directories containing system task
-SUBDIRS = free i2c install readline poweroff ramtron sdcard sysinfo usbmonitor
+SUBDIRS = free i2c install readline poweroff ramtest ramtron sdcard
+SUBDIRS += sysinfo usbmonitor
# Create the list of installed runtime modules (INSTALLED_DIRS)
diff --git a/apps/system/ramtest/Makefile b/apps/system/ramtest/Makefile
index a208f6e5b..71d7558f5 100644
--- a/apps/system/ramtest/Makefile
+++ b/apps/system/ramtest/Makefile
@@ -112,4 +112,3 @@ distclean: clean
$(call DELFILE, .depend)
-include Make.dep
-