From effa146c5e608574791cca60c93ec554032b78f8 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Wed, 29 Jul 2009 22:52:42 +0200 Subject: Toolchain: target-mcu: be sure to use 80 char length in Makefile Signed-off-by: Abdoulaye Walsimou Gaye --- mk/target-mcu.mk | 10 +++++----- 1 file 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, # 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, # \date May 2009 -######################################################################################### +################################################################################ #ARM include $(EMBTK_ROOT)/mk/arm-arch.mk -- cgit v1.2.3