blob: 620b6da429d46f8ab270369d94693828100ffea2 [file] [log] [blame]
Masahiro Yamada037fc332019-03-17 11:01:09 +09001# 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
Andy Shevchenkof8206042023-07-24 16:43:01 +03005# asm headers from the host architecture.)
Ard Biesheuvel82cb5482019-07-29 12:55:21 +03006
Masahiro Yamada630f2892020-04-01 21:03:12 -07007mandatory-y += atomic.h
Jason A. Donenfeld9592eef2022-07-05 20:48:41 +02008mandatory-y += archrandom.h
Masahiro Yamada630f2892020-04-01 21:03:12 -07009mandatory-y += barrier.h
10mandatory-y += bitops.h
11mandatory-y += bug.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070012mandatory-y += cacheflush.h
Peter Zijlstra43821592023-12-15 10:12:17 +010013mandatory-y += cfi.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070014mandatory-y += checksum.h
15mandatory-y += compat.h
16mandatory-y += current.h
17mandatory-y += delay.h
18mandatory-y += device.h
19mandatory-y += div64.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070020mandatory-y += dma-mapping.h
21mandatory-y += dma.h
22mandatory-y += emergency-restart.h
23mandatory-y += exec.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070024mandatory-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
Thomas Gleixner4f8b96c2020-11-03 10:27:17 +010033mandatory-y += kmap_size.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070034mandatory-y += kprobes.h
35mandatory-y += linkage.h
36mandatory-y += local.h
Randy Dunlap87dbc202020-12-29 15:14:49 -080037mandatory-y += local64.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070038mandatory-y += mmiowb.h
39mandatory-y += mmu.h
40mandatory-y += mmu_context.h
41mandatory-y += module.h
Masahiro Yamada596b0472020-09-08 13:27:08 +090042mandatory-y += module.lds.h
Michal Simeka1b39ba2019-10-25 08:10:37 +020043mandatory-y += msi.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070044mandatory-y += pci.h
45mandatory-y += percpu.h
46mandatory-y += pgalloc.h
47mandatory-y += preempt.h
Linus Torvaldse7829852024-06-04 12:30:02 -070048mandatory-y += runtime-const.h
Will Deacone506ea42019-10-15 16:29:32 -070049mandatory-y += rwonce.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070050mandatory-y += sections.h
51mandatory-y += serial.h
52mandatory-y += shmparam.h
Ard Biesheuvel82cb5482019-07-29 12:55:21 +030053mandatory-y += simd.h
Thomas Gleixnerdb1cc7a2021-02-10 00:40:53 +010054mandatory-y += softirq_stack.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070055mandatory-y += switch_to.h
56mandatory-y += timex.h
57mandatory-y += tlbflush.h
58mandatory-y += topology.h
59mandatory-y += trace_clock.h
60mandatory-y += uaccess.h
61mandatory-y += unaligned.h
Masahiro Yamada62d0fd52020-04-22 01:13:55 +090062mandatory-y += vermagic.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070063mandatory-y += vga.h
Thomas Zimmermann2fd001c2024-03-29 21:32:12 +010064mandatory-y += video.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070065mandatory-y += word-at-a-time.h
66mandatory-y += xor.h