Kbuild 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # asm headers that all architectures except um should have
  4. # (This file is not included when SRCARCH=um since UML borrows several
  5. # asm headers from the host architecutre.)
  6. mandatory-y += atomic.h
  7. mandatory-y += archrandom.h
  8. mandatory-y += barrier.h
  9. mandatory-y += bitops.h
  10. mandatory-y += bug.h
  11. mandatory-y += bugs.h
  12. mandatory-y += cacheflush.h
  13. mandatory-y += checksum.h
  14. mandatory-y += compat.h
  15. mandatory-y += current.h
  16. mandatory-y += delay.h
  17. mandatory-y += device.h
  18. mandatory-y += div64.h
  19. mandatory-y += dma-mapping.h
  20. mandatory-y += dma.h
  21. mandatory-y += emergency-restart.h
  22. mandatory-y += exec.h
  23. mandatory-y += fb.h
  24. mandatory-y += ftrace.h
  25. mandatory-y += futex.h
  26. mandatory-y += hardirq.h
  27. mandatory-y += hw_irq.h
  28. mandatory-y += io.h
  29. mandatory-y += irq.h
  30. mandatory-y += irq_regs.h
  31. mandatory-y += irq_work.h
  32. mandatory-y += kdebug.h
  33. mandatory-y += kmap_size.h
  34. mandatory-y += kprobes.h
  35. mandatory-y += linkage.h
  36. mandatory-y += local.h
  37. mandatory-y += local64.h
  38. mandatory-y += mmiowb.h
  39. mandatory-y += mmu.h
  40. mandatory-y += mmu_context.h
  41. mandatory-y += module.h
  42. mandatory-y += module.lds.h
  43. mandatory-y += msi.h
  44. mandatory-y += pci.h
  45. mandatory-y += percpu.h
  46. mandatory-y += pgalloc.h
  47. mandatory-y += preempt.h
  48. mandatory-y += rwonce.h
  49. mandatory-y += sections.h
  50. mandatory-y += serial.h
  51. mandatory-y += shmparam.h
  52. mandatory-y += simd.h
  53. mandatory-y += softirq_stack.h
  54. mandatory-y += switch_to.h
  55. mandatory-y += timex.h
  56. mandatory-y += tlbflush.h
  57. mandatory-y += topology.h
  58. mandatory-y += trace_clock.h
  59. mandatory-y += uaccess.h
  60. mandatory-y += unaligned.h
  61. mandatory-y += vermagic.h
  62. mandatory-y += vga.h
  63. mandatory-y += word-at-a-time.h
  64. mandatory-y += xor.h