summaryrefslogtreecommitdiffstats
path: root/c/src/make/target.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/make/target.cfg.in')
-rw-r--r--c/src/make/target.cfg.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/c/src/make/target.cfg.in b/c/src/make/target.cfg.in
index f06a9b4609..550f3dff4a 100644
--- a/c/src/make/target.cfg.in
+++ b/c/src/make/target.cfg.in
@@ -45,17 +45,3 @@ XCFLAGS=$(CFLAGS_FOR_TARGET)
export RTEMS_BSP
export RTEMS_CUSTOM
export PROJECT_ROOT
-
-# List (possibly empty) of required managers
-# We require:
-# region -- used by lib/libcsupport for malloc()
-# ext -- used by libc for libc reentrancy hooks
-
-MANAGERS_REQUIRED=
-
-# Create a RTEMS executable based on MANAGERS which was set in
-# app's Makefile
-
-MANAGERS_NOT_WANTED=$(filter-out $(MANAGERS) \
- $(MANAGERS_REQUIRED), $(MANAGER_LIST))
-