How do you exclude or include managers?
Matt Cross
matt at dragonflyhollow.org
Sat May 3 12:10:01 UTC 2003
On Fri, 2003-05-02 at 23:06, Kamen Penev wrote:
> E.g. the event manager?
>
> I propose the answer to this question to be made available in
> c/src/optman. ;-)
In your application's Makefile is a line that specifies which managers
are installed, such as:
MANAGERS=io rate_monotonic
I'm not sure where there's an official list of managers, but look in
/opt/rtems/make/leaf.cfg for MANAGER_LIST, and the macros after it that
convert long names into abbreviations. If you list 'all', they all get
included, otherwise only the ones you list get included.
-Matt
More information about the users
mailing list