Kbuild 446 B

12345678910111213141516171819202122
  1. # UAPI Header export list
  2. include include/uapi/asm-generic/Kbuild.asm
  3. header-y += auxvec.h
  4. header-y += bitsperlong.h
  5. header-y += byteorder.h
  6. header-y += cachectl.h
  7. header-y += hardwall.h
  8. header-y += kvm_para.h
  9. header-y += mman.h
  10. header-y += ptrace.h
  11. header-y += setup.h
  12. header-y += sigcontext.h
  13. header-y += siginfo.h
  14. header-y += signal.h
  15. header-y += stat.h
  16. header-y += swab.h
  17. header-y += ucontext.h
  18. header-y += unistd.h
  19. generic-y += ucontext.h