summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-30 20:29:07 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-30 20:29:07 +0100
commit06688245b53fd72344b907bf5eab282eff769a7c (patch)
treee26f2eeff897a852f62fca70fc77c3a022d5187c /kconfig
parent7f01632ac8753c1a4efcce2abe27b4de65e9a0fb (diff)
downloadembtoolkit-06688245b53fd72344b907bf5eab282eff769a7c.tar.gz
embtoolkit-06688245b53fd72344b907bf5eab282eff769a7c.tar.bz2
embtoolkit-06688245b53fd72344b907bf5eab282eff769a7c.tar.xz
Toolchain: add GNU make 3.81 and build it when FreeBSD is host development machine
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/gmake.kconfig39
-rw-r--r--kconfig/toolchain.kconfig3
2 files changed, 42 insertions, 0 deletions
diff --git a/kconfig/gmake.kconfig b/kconfig/gmake.kconfig
new file mode 100644
index 0000000..7490d45
--- /dev/null
+++ b/kconfig/gmake.kconfig
@@ -0,0 +1,39 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2013 Abdoulaye Walsimou GAYE.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+################################################################################
+#
+# \file gmake.kconfig
+# \brief gmake.kconfig of Embtoolkit.
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date March 2013
+################################################################################
+
+config EMBTK_HAVE_GMAKE
+ bool
+ default y
+ help
+ GNU make.
+
+config EMBTK_GMAKE_VERSION_STRING
+ string
+ default "3.81"
+
+config EMBTK_GMAKE_NEED_PATCH
+ bool
+config EMBTK_GMAKE_NEED_AUTORECONF
+ bool
diff --git a/kconfig/toolchain.kconfig b/kconfig/toolchain.kconfig
index 9bc282c..0485a73 100644
--- a/kconfig/toolchain.kconfig
+++ b/kconfig/toolchain.kconfig
@@ -170,6 +170,9 @@ source kconfig/automake.kconfig
# GNU sed
source kconfig/gsed.kconfig
+# GNU make
+source kconfig/gmake.kconfig
+
#
# pkgconf
#