summaryrefslogtreecommitdiffstats
path: root/make/Templates/Makefile.lib
diff options
context:
space:
mode:
Diffstat (limited to 'make/Templates/Makefile.lib')
-rw-r--r--make/Templates/Makefile.lib4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/Templates/Makefile.lib b/make/Templates/Makefile.lib
index 9127ea70de..a515b82b5f 100644
--- a/make/Templates/Makefile.lib
+++ b/make/Templates/Makefile.lib
@@ -27,7 +27,9 @@ 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_ROOT)/make/custom/$(RTEMS_BSP).cfg
+include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
+
+include $(RTEMS_CUSTOM)
include $(RTEMS_ROOT)/make/lib.cfg
#