summaryrefslogtreecommitdiff
path: root/packages/misc/libelf/libelf.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-08 23:14:34 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-08 23:14:34 +0100
commitca6908a689a6b305e7a2dfd42544f8afff27dd80 (patch)
tree57ec078d4a7ded69b0d8e650db89f9ec579754a0 /packages/misc/libelf/libelf.kconfig
parent2834f08a44693692f146ed9bc77edce845c1ff0f (diff)
downloadembtoolkit-ca6908a689a6b305e7a2dfd42544f8afff27dd80.tar.gz
embtoolkit-ca6908a689a6b305e7a2dfd42544f8afff27dd80.tar.bz2
embtoolkit-ca6908a689a6b305e7a2dfd42544f8afff27dd80.tar.xz
Packages: libelf: add patch infrastructure
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'packages/misc/libelf/libelf.kconfig')
-rw-r--r--packages/misc/libelf/libelf.kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/misc/libelf/libelf.kconfig b/packages/misc/libelf/libelf.kconfig
index 8d2bc59..2493d82 100644
--- a/packages/misc/libelf/libelf.kconfig
+++ b/packages/misc/libelf/libelf.kconfig
@@ -25,6 +25,7 @@
config EMBTK_HAVE_LIBELF
bool "Have libelf"
select EMBTK_HAVE_GETTEXT
+ select EMBTK_LIBELF_NEED_PATCH
help
libelf lets you read, modify or create ELF files in an
architecture-independent way. The library takes care of size and
@@ -44,3 +45,6 @@ config EMBTK_LIBELF_VERSION_STRING
string
default "0.8.13" if EMBTK_LIBELF_VERSION_0_8_13
+config EMBTK_LIBELF_NEED_PATCH
+ bool
+