David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame] | 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 | |
Olivier Deprez | 157378f | 2022-04-04 15:47:50 +0200 | [diff] [blame^] | 7 | mandatory-y += atomic.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_types.h |
| 34 | mandatory-y += kprobes.h |
| 35 | mandatory-y += linkage.h |
| 36 | mandatory-y += local.h |
| 37 | mandatory-y += local64.h |
| 38 | mandatory-y += mm-arch-hooks.h |
| 39 | mandatory-y += mmiowb.h |
| 40 | mandatory-y += mmu.h |
| 41 | mandatory-y += mmu_context.h |
| 42 | mandatory-y += module.h |
| 43 | mandatory-y += module.lds.h |
| 44 | mandatory-y += msi.h |
| 45 | mandatory-y += pci.h |
| 46 | mandatory-y += percpu.h |
| 47 | mandatory-y += pgalloc.h |
| 48 | mandatory-y += preempt.h |
| 49 | mandatory-y += rwonce.h |
| 50 | mandatory-y += sections.h |
| 51 | mandatory-y += serial.h |
| 52 | mandatory-y += shmparam.h |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame] | 53 | mandatory-y += simd.h |
Olivier Deprez | 157378f | 2022-04-04 15:47:50 +0200 | [diff] [blame^] | 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 |