summaryrefslogtreecommitdiffstats
path: root/c/src/make/target.cfg.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 19:06:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 19:06:36 +0000
commit58a7d5f92cfaf4e11930ac47f7fd43683ace7117 (patch)
tree308f5bfa67acefeb12e867ed8159614316926a32 /c/src/make/target.cfg.in
parent2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-58a7d5f92cfaf4e11930ac47f7fd43683ace7117.tar.bz2
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* target.cfg.in: region, extension and semaphore are no longer required.
Diffstat (limited to 'c/src/make/target.cfg.in')
-rw-r--r--c/src/make/target.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/make/target.cfg.in b/c/src/make/target.cfg.in
index 20da0bbe7c..768cfc560a 100644
--- a/c/src/make/target.cfg.in
+++ b/c/src/make/target.cfg.in
@@ -50,7 +50,7 @@ export PROJECT_ROOT
# region -- used by lib/libcsupport for malloc()
# ext -- used by libc for libc reentrancy hooks
-MANAGERS_REQUIRED=region ext sem
+MANAGERS_REQUIRED=
# Create a RTEMS executable based on MANAGERS which was set in
# app's Makefile