bump version
[buildroot.git] / package / libelf / Config.in
blob3afde80d37663dcc20056fbf1c4995e7a1e041fa
1 config BR2_PACKAGE_LIBELF
2         bool "libelf"
3         default n
4         help
5           This is the public release of libelf-0.8.5, a free ELF object
6           file access library. This build does not generate a shared
7           library.
9           http://www.stud.uni-hannover.de/~michael/software/
11 config BR2_PACKAGE_LIBELF_HEADERS
12         bool "headers on the target"
13         default n
14         depends on BR2_PACKAGE_LIBELF
15         help
16           Whether to copy the lib and the headers to the
17           target system.