summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-01 18:11:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-01 18:11:46 +0000
commitc304643b962bb0d906e89e44feb74b07d1052e5b (patch)
tree939a73486b51bb95406357338b8903fc224aaaaf /Makefile
parent2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-examples-c304643b962bb0d906e89e44feb74b07d1052e5b.tar.bz2
2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Update to account for movement of .cfg files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 996ce15..0bd260f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,10 @@
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/directory.cfg
+include $(RTEMS_SHARE)/make/directory.cfg
-SUBDIRS=classic_api posix_api hello led misc ticker file_io
+SUBDIRS=classic_api posix_api hello led misc ticker file_io \
+ benchmarks
# Monitor Specific Examples
SUBDIRS += uboot