summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 058647b..0ed5e28 100644
--- a/Makefile
+++ b/Makefile
@@ -6,4 +6,10 @@ include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_ROOT)/make/directory.cfg
-SUBDIRS=classic_api hello led misc ticker
+SUBDIRS=classic_api posix_api hello led misc ticker file_io
+
+# Monitor Specific Examples
+SUBDIR += uboot
+
+# Language Specific Examples
+SUBDIR += cxx