linux/include/asm-generic/Kbuild
<<
>>
Prefs
   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
   7mandatory-y += atomic.h
   8mandatory-y += barrier.h
   9mandatory-y += bitops.h
  10mandatory-y += bug.h
  11mandatory-y += bugs.h
  12mandatory-y += cacheflush.h
  13mandatory-y += checksum.h
  14mandatory-y += compat.h
  15mandatory-y += current.h
  16mandatory-y += delay.h
  17mandatory-y += device.h
  18mandatory-y += div64.h
  19mandatory-y += dma-mapping.h
  20mandatory-y += dma.h
  21mandatory-y += emergency-restart.h
  22mandatory-y += exec.h
  23mandatory-y += fb.h
  24mandatory-y += ftrace.h
  25mandatory-y += futex.h
  26mandatory-y += hardirq.h
  27mandatory-y += hw_irq.h
  28mandatory-y += io.h
  29mandatory-y += irq.h
  30mandatory-y += irq_regs.h
  31mandatory-y += irq_work.h
  32mandatory-y += kdebug.h
  33mandatory-y += kmap_size.h
  34mandatory-y += kprobes.h
  35mandatory-y += linkage.h
  36mandatory-y += local.h
  37mandatory-y += local64.h
  38mandatory-y += mmiowb.h
  39mandatory-y += mmu.h
  40mandatory-y += mmu_context.h
  41mandatory-y += module.h
  42mandatory-y += module.lds.h
  43mandatory-y += msi.h
  44mandatory-y += pci.h
  45mandatory-y += percpu.h
  46mandatory-y += pgalloc.h
  47mandatory-y += preempt.h
  48mandatory-y += rwonce.h
  49mandatory-y += sections.h
  50mandatory-y += serial.h
  51mandatory-y += shmparam.h
  52mandatory-y += simd.h
  53mandatory-y += softirq_stack.h
  54mandatory-y += switch_to.h
  55mandatory-y += timex.h
  56mandatory-y += tlbflush.h
  57mandatory-y += topology.h
  58mandatory-y += trace_clock.h
  59mandatory-y += uaccess.h
  60mandatory-y += unaligned.h
  61mandatory-y += vermagic.h
  62mandatory-y += vga.h
  63mandatory-y += word-at-a-time.h
  64mandatory-y += xor.h
  65