summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-29 22:52:42 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-29 22:52:42 +0200
commiteffa146c5e608574791cca60c93ec554032b78f8 (patch)
tree99939fe4055ccf3ff8b6205ec95e4f65c226c9a8
parent688e04284c5cbeb0b45faf2e9f1cdf3b5febcb30 (diff)
downloadembtoolkit-effa146c5e608574791cca60c93ec554032b78f8.tar.gz
embtoolkit-effa146c5e608574791cca60c93ec554032b78f8.tar.bz2
embtoolkit-effa146c5e608574791cca60c93ec554032b78f8.tar.xz
Toolchain: target-mcu: be sure to use 80 char length in Makefile
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--mk/target-mcu.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/target-mcu.mk b/mk/target-mcu.mk
index 5efb15d..6861021 100644
--- a/mk/target-mcu.mk
+++ b/mk/target-mcu.mk
@@ -1,4 +1,4 @@
-#########################################################################################
+################################################################################
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
#
@@ -14,14 +14,14 @@
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
-#########################################################################################
+################################################################################
#
# \file target_mcu.mk
-# \brief target_mcu.mk of Embtoolkit. Here we define LINUX_ARCH, GNU_ARCH and
-# \brief GNU_TARGET.
+# \brief target_mcu.mk of Embtoolkit. Here we define LINUX_ARCH,
+# \brief GNU_ARCH and GNU_TARGET.
# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# \date May 2009
-#########################################################################################
+################################################################################
#ARM
include $(EMBTK_ROOT)/mk/arm-arch.mk