diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | ct-ng.in | 8 | ||||
-rw-r--r-- | kconfig/kconfig.mk (renamed from kconfig/Makefile) | 0 | ||||
-rw-r--r-- | samples/samples.mk (renamed from samples/Makefile) | 0 | ||||
-rw-r--r-- | steps.mk (renamed from Makefile.steps) | 0 | ||||
-rw-r--r-- | tools/tools.mk (renamed from tools/Makefile) | 0 |
6 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 840a3821..70541f3c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -80,7 +80,7 @@ install-lib-main: $(LIBDIR) tar cf - --exclude=.svn $${src_dir} |(cd $(LIBDIR); tar xf -); \ done @rm -f $(LIBDIR)/tools/addToolVersion.sh - @for src_file in Makefile.steps version; do \ + @for src_file in steps.mk version; do \ echo " INST $${src_file}"; \ install -m 644 $${src_file} $(LIBDIR)/$${src_file}; \ done @@ -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' diff --git a/kconfig/Makefile b/kconfig/kconfig.mk index 47653744..47653744 100644 --- a/kconfig/Makefile +++ b/kconfig/kconfig.mk diff --git a/samples/Makefile b/samples/samples.mk index 3d1dc604..3d1dc604 100644 --- a/samples/Makefile +++ b/samples/samples.mk diff --git a/Makefile.steps b/steps.mk index a89a7574..a89a7574 100644 --- a/Makefile.steps +++ b/steps.mk diff --git a/tools/Makefile b/tools/tools.mk index 72416b85..72416b85 100644 --- a/tools/Makefile +++ b/tools/tools.mk |