Config.in 411 B

123456789101112131415
  1. config BR2_PACKAGE_LIBELF
  2. bool "libelf"
  3. help
  4. This is the public release of libelf-0.8.5, a free ELF object
  5. file access library. This build does not generate a shared
  6. library.
  7. http://www.stud.uni-hannover.de/~michael/software/
  8. config BR2_PACKAGE_LIBELF_HEADERS
  9. bool "headers on the target"
  10. depends on BR2_PACKAGE_LIBELF
  11. help
  12. Whether to copy the lib and the headers to the
  13. target system.