forked from Imagelibrary/rtems
2002-07-22 Joel Sherrill <joel@OARcorp.com>
* Templates/Makefile.leaf: Clarify the MANAGERS example.
This commit is contained in:
@@ -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>
|
2002-07-01 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* custom/p4650.cfg: Update arguments to gcc3.
|
* custom/p4650.cfg: Update arguments to gcc3.
|
||||||
|
|||||||
@@ -27,11 +27,13 @@ OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
|||||||
|
|
||||||
PGMS=${ARCH}/xxx-your-program-here ${ARCH}/xxx-another-one
|
PGMS=${ARCH}/xxx-your-program-here ${ARCH}/xxx-another-one
|
||||||
|
|
||||||
# List of RTEMS managers to be included in the application goes here.
|
# List of RTEMS Classic API Managers to be included in the application
|
||||||
# Use:
|
# goes here. Use:
|
||||||
# MANAGERS=all
|
# MANAGERS=all
|
||||||
# to include all RTEMS managers in the application.
|
# to include all RTEMS Classic API Managers in the application or
|
||||||
MANAGERS=io event message rate_monotonic semaphore timer, etc.
|
# 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_MAKEFILE_PATH)/Makefile.inc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user