blob: 4cc721379b903a558f8f2c851e4a83172b403fa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config BR2_COMPILE_LIBTOOL
tristate
depends BR2_PACKAGE_LIBLTDL
config BR2_PACKAGE_LIBLTDL
prompt "libltdl........................... A generic dynamic object loading library"
tristate
default m if CONFIG_DEVEL
select BR2_COMPILE_LIBTOOL
help
A generic dynamic object loading library.
http://www.gnu.org/software/libtool/
|