2002-07-22 Joel Sherrill <joel@OARcorp.com>

* Templates/Makefile.leaf: Clarify the MANAGERS example.
This commit is contained in:
Joel Sherrill
2002-07-22 22:56:09 +00:00
parent b4cde040d8
commit 4cc3ff95ea
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2002-07-22 Joel Sherrill <joel@OARcorp.com>
* Templates/Makefile.leaf: Clarify the MANAGERS example.
2002-07-01 Joel Sherrill <joel@OARcorp.com>
* custom/p4650.cfg: Update arguments to gcc3.

View File

@@ -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