summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-03-06 18:49:59 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-03-06 18:49:59 +0100
commit1b80b363ad9061e5de8a52b53103a3e5bbec234b (patch)
tree93459d360cd5a6de8ff942b582d9af574d1ab2f3 /kconfig
parente262604affd59aef059f1a4d916055040cbc3665 (diff)
downloadembtoolkit-1b80b363ad9061e5de8a52b53103a3e5bbec234b.tar.gz
embtoolkit-1b80b363ad9061e5de8a52b53103a3e5bbec234b.tar.bz2
embtoolkit-1b80b363ad9061e5de8a52b53103a3e5bbec234b.tar.xz
Toolchain: strace: convert to use generic macros
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/strace.kconfig29
1 files changed, 18 insertions, 11 deletions
diff --git a/kconfig/strace.kconfig b/kconfig/strace.kconfig
index 047679b..b7f31fd 100644
--- a/kconfig/strace.kconfig
+++ b/kconfig/strace.kconfig
@@ -2,18 +2,19 @@
# Embtoolkit
# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE. All rights reserved.
#
-# This program is free software; you can distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# 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 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.
+# 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/>.
#
-# 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 strace.kconfig
@@ -24,6 +25,7 @@
config EMBTK_ROOTFS_HAVE_STRACE
depends on EMBTK_HAVE_ROOTFS
+ select EMBTK_STRACE_PKG_IS_TARBZ2
bool "Have strace in target"
help
strace is a system call tracer, i.e. a debugging tool which prints out
@@ -52,4 +54,9 @@ config EMBTK_STRACE_VERSION_STRING
config EMBTK_STRACE_NEED_PATCH
bool
-
+config EMBTK_STRACE_NEED_AUTORECONF
+ bool
+config EMBTK_STRACE_PKG_IS_TARGZ
+ bool
+config EMBTK_STRACE_PKG_IS_TARBZ2
+ bool