summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 23:23:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 23:23:35 +0000
commit3a5391e6230f5e77c0f2e2b9ebef66d8806c0e44 (patch)
tree5eb3072e9d66d3236f4e61c54d191d1155d15745 /Makefile
parent2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-examples-3a5391e6230f5e77c0f2e2b9ebef66d8806c0e44.tar.bz2
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Fix typo.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0ed5e28..996ce15 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ include $(RTEMS_ROOT)/make/directory.cfg
SUBDIRS=classic_api posix_api hello led misc ticker file_io
# Monitor Specific Examples
-SUBDIR += uboot
+SUBDIRS += uboot
# Language Specific Examples
-SUBDIR += cxx
+SUBDIRS += cxx