Masahiro Yamada | 037fc33 | 2019-03-17 11:01:09 +0900 | [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.) |
Ard Biesheuvel | 82cb548 | 2019-07-29 12:55:21 +0300 | [diff] [blame] | 6 | |
Masahiro Yamada | 630f289 | 2020-04-01 21:03:12 -0700 | [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 |
Masahiro Yamada | 630f289 | 2020-04-01 21:03:12 -0700 | [diff] [blame] | 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 |
Thomas Gleixner | 4f8b96c | 2020-11-03 10:27:17 +0100 | [diff] [blame] | 33 | mandatory-y += kmap_size.h |
Masahiro Yamada | 630f289 | 2020-04-01 21:03:12 -0700 | [diff] [blame] | 34 | mandatory-y += kprobes.h |
| 35 | mandatory-y += linkage.h |
| 36 | mandatory-y += local.h |
Randy Dunlap | 87dbc20 | 2020-12-29 15:14:49 -0800 | [diff] [blame] | 37 | mandatory-y += local64.h |
Masahiro Yamada | 630f289 | 2020-04-01 21:03:12 -0700 | [diff] [blame] | 38 | mandatory-y += mmiowb.h |
| 39 | mandatory-y += mmu.h |
| 40 | mandatory-y += mmu_context.h |
| 41 | mandatory-y += module.h |
Masahiro Yamada | 596b047 | 2020-09-08 13:27:08 +0900 | [diff] [blame] | 42 | mandatory-y += module.lds.h |
Michal Simek | a1b39ba | 2019-10-25 08:10:37 +0200 | [diff] [blame] | 43 | mandatory-y += msi.h |
Masahiro Yamada | 630f289 | 2020-04-01 21:03:12 -0700 | [diff] [blame] | 44 | mandatory-y += pci.h |
| 45 | mandatory-y += percpu.h |
| 46 | mandatory-y += pgalloc.h |
| 47 | mandatory-y += preempt.h |
Will Deacon | e506ea4 | 2019-10-15 16:29:32 -0700 | [diff] [blame] | 48 | mandatory-y += rwonce.h |
Masahiro Yamada | 630f289 | 2020-04-01 21:03:12 -0700 | [diff] [blame] | 49 | mandatory-y += sections.h |
| 50 | mandatory-y += serial.h |
| 51 | mandatory-y += shmparam.h |
Ard Biesheuvel | 82cb548 | 2019-07-29 12:55:21 +0300 | [diff] [blame] | 52 | mandatory-y += simd.h |
Thomas Gleixner | db1cc7a | 2021-02-10 00:40:53 +0100 | [diff] [blame] | 53 | mandatory-y += softirq_stack.h |
Masahiro Yamada | 630f289 | 2020-04-01 21:03:12 -0700 | [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 |
Masahiro Yamada | 62d0fd5 | 2020-04-22 01:13:55 +0900 | [diff] [blame] | 61 | mandatory-y += vermagic.h |
Masahiro Yamada | 630f289 | 2020-04-01 21:03:12 -0700 | [diff] [blame] | 62 | mandatory-y += vga.h |
| 63 | mandatory-y += word-at-a-time.h |
| 64 | mandatory-y += xor.h |