summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 21:26:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 21:26:35 +0000
commitaa5b74de257c5f89b15ab53a2667b9370906b163 (patch)
tree519a11fb31706ecce84ed16c7f2723315b2d3388 /Makefile
parent2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-examples-aa5b74de257c5f89b15ab53a2667b9370906b163.tar.bz2
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, Makefile: Merge programs from examples.
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