summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-01 16:55:53 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-01 16:55:53 +0200
commit9dbf95e9132d2f2f9d29c1fbbd47c2e42a3307d0 (patch)
tree927b42048c09b3dbbd9927e9a11eee9a0e4ac9d0
parent3b0310cef0555792e19dc047b044ccaabc783e3f (diff)
downloadembtoolkit-9dbf95e9132d2f2f9d29c1fbbd47c2e42a3307d0.tar.gz
embtoolkit-9dbf95e9132d2f2f9d29c1fbbd47c2e42a3307d0.tar.bz2
embtoolkit-9dbf95e9132d2f2f9d29c1fbbd47c2e42a3307d0.tar.xz
Use 80 char line in initialpath Makefile
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--mk/initialpath.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/initialpath.mk b/mk/initialpath.mk
index 751082c..ae4f903 100644
--- a/mk/initialpath.mk
+++ b/mk/initialpath.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 initialpath.mk
-# \brief initialpath of Embtoolkit. Here we define SYSROOT, TOOLS, TOOLS_BUILD
-# \brief PACKAGES_BUILD and ROOTFS.
+# \brief initialpath of Embtoolkit. Here we define SYSROOT, TOOLS,
+# \brief TOOLS_BUILD PACKAGES_BUILD and ROOTFS.
# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# \date May 2009
-#########################################################################################
+################################################################################
SYSROOT:=$(EMBTK_ROOT)/sysroot-$(GNU_TARGET)-$(EMBTK_MCU_FLAG)
TOOLS:=$(EMBTK_ROOT)/tools-$(GNU_TARGET)-$(EMBTK_MCU_FLAG)