summaryrefslogtreecommitdiffstats
path: root/make/Templates/Makefile.leaf
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-08 21:39:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-08 21:39:13 +0000
commit50bb5c5f9cc89b45376f0f8b7043b621cc82c01a (patch)
tree1e27cf0a88c384df336b6ef90f3c6eff23973470 /make/Templates/Makefile.leaf
parent2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-50bb5c5f9cc89b45376f0f8b7043b621cc82c01a.tar.bz2
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build * leaf.cfg, Templates/Makefile.leaf: Remove obsolete optional manager capability.
Diffstat (limited to 'make/Templates/Makefile.leaf')
-rw-r--r--make/Templates/Makefile.leaf9
1 files changed, 0 insertions, 9 deletions
diff --git a/make/Templates/Makefile.leaf b/make/Templates/Makefile.leaf
index 974a32a0e2..d4c61c3743 100644
--- a/make/Templates/Makefile.leaf
+++ b/make/Templates/Makefile.leaf
@@ -27,16 +27,7 @@ OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
PGMS=${ARCH}/xxx-your-program-here ${ARCH}/xxx-another-one
-# List of RTEMS Classic API Managers to be included in the application
-# goes here. Use:
-# MANAGERS=all
-# to include all RTEMS Classic API Managers in the application or
-# something like this to include a specific set of managers.
-# MANAGERS=io event message rate_monotonic semaphore timer
-MANAGERS=XXX
-
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
-
include $(RTEMS_CUSTOM)
include $(RTEMS_ROOT)/make/leaf.cfg