summaryrefslogtreecommitdiffstats
path: root/make/Templates/Makefile.lib
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/Templates/Makefile.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/Templates/Makefile.lib b/make/Templates/Makefile.lib
index 3c339a7054..18baaedbaa 100644
--- a/make/Templates/Makefile.lib
+++ b/make/Templates/Makefile.lib
@@ -27,7 +27,7 @@ S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
-include $(RTEMS_CUSTOM)
+include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/lib.cfg
#