Kbuild.asm 783 B

123456789101112131415161718192021222324252627282930313233
  1. #
  2. # Headers that are mandatory in usr/include/asm/
  3. #
  4. mandatory-y += auxvec.h
  5. mandatory-y += bitsperlong.h
  6. mandatory-y += byteorder.h
  7. mandatory-y += errno.h
  8. mandatory-y += fcntl.h
  9. mandatory-y += ioctl.h
  10. mandatory-y += ioctls.h
  11. mandatory-y += ipcbuf.h
  12. mandatory-y += mman.h
  13. mandatory-y += msgbuf.h
  14. mandatory-y += param.h
  15. mandatory-y += poll.h
  16. mandatory-y += posix_types.h
  17. mandatory-y += ptrace.h
  18. mandatory-y += resource.h
  19. mandatory-y += sembuf.h
  20. mandatory-y += setup.h
  21. mandatory-y += shmbuf.h
  22. mandatory-y += sigcontext.h
  23. mandatory-y += siginfo.h
  24. mandatory-y += signal.h
  25. mandatory-y += socket.h
  26. mandatory-y += sockios.h
  27. mandatory-y += stat.h
  28. mandatory-y += statfs.h
  29. mandatory-y += swab.h
  30. mandatory-y += termbits.h
  31. mandatory-y += termios.h
  32. mandatory-y += types.h
  33. mandatory-y += unistd.h