Kbuild 583 B

12345678910111213141516171819202122232425
  1. # UAPI Header export list
  2. include include/uapi/asm-generic/Kbuild.asm
  3. header-y += auxvec.h
  4. header-y += byteorder.h
  5. header-y += cachectl.h
  6. header-y += cpu-features.h
  7. header-y += hw_breakpoint.h
  8. header-y += ioctls.h
  9. header-y += posix_types.h
  10. header-y += posix_types_32.h
  11. header-y += posix_types_64.h
  12. header-y += ptrace.h
  13. header-y += ptrace_32.h
  14. header-y += ptrace_64.h
  15. header-y += setup.h
  16. header-y += sigcontext.h
  17. header-y += signal.h
  18. header-y += sockios.h
  19. header-y += stat.h
  20. header-y += swab.h
  21. header-y += types.h
  22. header-y += unistd.h
  23. header-y += unistd_32.h
  24. header-y += unistd_64.h