summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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