summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-15 09:09:04 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-15 09:09:04 (GMT)
commite9916d58e93c921b099170b4b5ffcd954b7da818 (patch)
treeb78c1cafe2c96884451b334cb4f534bfa7c15898 /ct-ng.in
parentcaab647ef249b65c00e04ae9b269163fe4ce71d9 (diff)
Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.
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'