Kbuild 928 B

123456789101112131415161718192021222324252627282930313233343536
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Headers that are mandatory in usr/include/asm/
  4. # (This file is not included when SRCARCH=um since UML does not support UAPI.)
  5. mandatory-y += auxvec.h
  6. mandatory-y += bitsperlong.h
  7. mandatory-y += bpf_perf_event.h
  8. mandatory-y += byteorder.h
  9. mandatory-y += errno.h
  10. mandatory-y += fcntl.h
  11. mandatory-y += ioctl.h
  12. mandatory-y += ioctls.h
  13. mandatory-y += ipcbuf.h
  14. mandatory-y += mman.h
  15. mandatory-y += msgbuf.h
  16. mandatory-y += param.h
  17. mandatory-y += poll.h
  18. mandatory-y += posix_types.h
  19. mandatory-y += ptrace.h
  20. mandatory-y += resource.h
  21. mandatory-y += sembuf.h
  22. mandatory-y += setup.h
  23. mandatory-y += shmbuf.h
  24. mandatory-y += sigcontext.h
  25. mandatory-y += siginfo.h
  26. mandatory-y += signal.h
  27. mandatory-y += socket.h
  28. mandatory-y += sockios.h
  29. mandatory-y += stat.h
  30. mandatory-y += statfs.h
  31. mandatory-y += swab.h
  32. mandatory-y += termbits.h
  33. mandatory-y += termios.h
  34. mandatory-y += types.h
  35. mandatory-y += unistd.h