diff options
Diffstat (limited to 'package/elfutils/Config.in')
-rw-r--r-- | package/elfutils/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in index 836ce4cbb..87744b59d 100644 --- a/package/elfutils/Config.in +++ b/package/elfutils/Config.in @@ -12,4 +12,17 @@ config BR2_PACKAGE_ELFUTILS Libraries/utilities to handle ELF objects (drop in replacement for libelf). + Note that this option only installs the libraries, and not + the programs. + https://fedorahosted.org/elfutils + +if BR2_PACKAGE_ELFUTILS + +config BR2_PACKAGE_ELFUTILS_PROGS + bool "Install programs" + help + This option tells elfutils to not only install the libelf + libraries, but also the elfutils programs. + +endif |