summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-19 23:52:11 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-19 23:52:11 +0200
commit84c9a0e601ae1723b5eb64da0738ab52d0dbc0ac (patch)
treee5168aeb178c484177aab809bd22fac98b1a2b00
parentd1db6f668fb056fc50b0ec69ec521657e966ecb7 (diff)
downloadembtoolkit-84c9a0e601ae1723b5eb64da0738ab52d0dbc0ac.tar.gz
embtoolkit-84c9a0e601ae1723b5eb64da0738ab52d0dbc0ac.tar.bz2
embtoolkit-84c9a0e601ae1723b5eb64da0738ab52d0dbc0ac.tar.xz
Avoid having underscore in file name and modify files which use them according this change
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--Makefile2
-rw-r--r--mk/mips-arch.mk (renamed from mk/mips_arch.mk)0
-rw-r--r--mk/target-mcu.mk (renamed from mk/target_mcu.mk)2
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c1a18db..71aadbb 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ clean: rmallpath
startbuild: mkinitialpath buildtoolchain buildrootfs
include mk/macros.mk
-include mk/target_mcu.mk
+include mk/target-mcu.mk
include mk/initialpath.mk
include mk/toolchain.mk
diff --git a/mk/mips_arch.mk b/mk/mips-arch.mk
index 4ed4de1..4ed4de1 100644
--- a/mk/mips_arch.mk
+++ b/mk/mips-arch.mk
diff --git a/mk/target_mcu.mk b/mk/target-mcu.mk
index 5449130..559b6a0 100644
--- a/mk/target_mcu.mk
+++ b/mk/target-mcu.mk
@@ -28,7 +28,7 @@
#M68K
#MIPS
-include $(EMBTK_ROOT)/mk/mips_arch.mk
+include $(EMBTK_ROOT)/mk/mips-arch.mk