summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
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
#