Merge tag 'pci-v5.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[linux-2.6-block.git] / include / asm-generic / Kbuild
CommitLineData
037fc336
MY
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.)
82cb5485 6
630f289b
MY
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
630f289b
MY
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
4f8b96cd 33mandatory-y += kmap_size.h
630f289b
MY
34mandatory-y += kprobes.h
35mandatory-y += linkage.h
36mandatory-y += local.h
37mandatory-y += mm-arch-hooks.h
38mandatory-y += mmiowb.h
39mandatory-y += mmu.h
40mandatory-y += mmu_context.h
41mandatory-y += module.h
596b0474 42mandatory-y += module.lds.h
a1b39bae 43mandatory-y += msi.h
630f289b
MY
44mandatory-y += pci.h
45mandatory-y += percpu.h
46mandatory-y += pgalloc.h
47mandatory-y += preempt.h
e506ea45 48mandatory-y += rwonce.h
630f289b
MY
49mandatory-y += sections.h
50mandatory-y += serial.h
51mandatory-y += shmparam.h
82cb5485 52mandatory-y += simd.h
630f289b
MY
53mandatory-y += switch_to.h
54mandatory-y += timex.h
55mandatory-y += tlbflush.h
56mandatory-y += topology.h
57mandatory-y += trace_clock.h
58mandatory-y += uaccess.h
59mandatory-y += unaligned.h
62d0fd59 60mandatory-y += vermagic.h
630f289b
MY
61mandatory-y += vga.h
62mandatory-y += word-at-a-time.h
63mandatory-y += xor.h