summaryrefslogtreecommitdiffstats
path: root/make/Templates
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-22 22:56:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-22 22:56:09 +0000
commit4cc3ff95eae5724ef01622fecff409f0345c4611 (patch)
treeb413134d088d3e3c4c349cb05a07362b251ba2e5 /make/Templates
parent2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4cc3ff95eae5724ef01622fecff409f0345c4611.tar.bz2
2002-07-22 Joel Sherrill <joel@OARcorp.com>
* Templates/Makefile.leaf: Clarify the MANAGERS example.
Diffstat (limited to '')
-rw-r--r--make/Templates/Makefile.leaf10
1 files changed, 6 insertions, 4 deletions
diff --git a/make/Templates/Makefile.leaf b/make/Templates/Makefile.leaf
index 6338a7f099..6447c51380 100644
--- a/make/Templates/Makefile.leaf
+++ b/make/Templates/Makefile.leaf
@@ -27,11 +27,13 @@ OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
PGMS=${ARCH}/xxx-your-program-here ${ARCH}/xxx-another-one
-# List of RTEMS managers to be included in the application goes here.
-# Use:
+# List of RTEMS Classic API Managers to be included in the application
+# goes here. Use:
# MANAGERS=all
-# to include all RTEMS managers in the application.
-MANAGERS=io event message rate_monotonic semaphore timer, etc.
+# 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