summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/ct-ng.in b/ct-ng.in
index a9f956f..6c8aa54 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -70,10 +70,10 @@ help-clean::
@echo ' clean - Remove generated files'
@echo ' distclean - Remove generated files, configuration and build directories'
-include $(CT_LIB_DIR)/kconfig/Makefile
-include $(CT_LIB_DIR)/samples/Makefile
-include $(CT_LIB_DIR)/tools/Makefile
-include $(CT_LIB_DIR)/Makefile.steps
+include $(CT_LIB_DIR)/kconfig/kconfig.mk
+include $(CT_LIB_DIR)/samples/samples.mk
+include $(CT_LIB_DIR)/tools/tools.mk
+include $(CT_LIB_DIR)/steps.mk
help-distrib::
@echo ' tarball - Build a tarball of the configured toolchain'