summaryrefslogtreecommitdiffstats
path: root/package/libelf/Config.in
blob: 197f993dadfa62a36a3c8cfbb7137ac5bc3c03e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config BR2_PACKAGE_LIBELF
	bool "libelf"
	help
	  This is the public release of libelf-0.8.5, a free ELF object
	  file access library. This build does not generate a shared
	  library.

	  http://www.stud.uni-hannover.de/~michael/software/

config BR2_PACKAGE_LIBELF_HEADERS
	bool "headers on the target"
	depends on BR2_PACKAGE_LIBELF
	help
	  Whether to copy the lib and the headers to the
	  target system.