2019-03-17 11:01:09 +09:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
#
|
|
|
|
|
# asm headers that all architectures except um should have
|
|
|
|
|
# (This file is not included when SRCARCH=um since UML borrows several
|
2023-07-24 16:43:01 +03:00
|
|
|
# asm headers from the host architecture.)
|
2019-07-29 12:55:21 +03:00
|
|
|
|
2020-04-01 21:03:12 -07:00
|
|
|
mandatory-y += atomic.h
|
2022-07-05 20:48:41 +02:00
|
|
|
mandatory-y += archrandom.h
|
2020-04-01 21:03:12 -07:00
|
|
|
mandatory-y += barrier.h
|
|
|
|
|
mandatory-y += bitops.h
|
|
|
|
|
mandatory-y += bug.h
|
|
|
|
|
mandatory-y += cacheflush.h
|
2023-12-15 10:12:17 +01:00
|
|
|
mandatory-y += cfi.h
|
2020-04-01 21:03:12 -07:00
|
|
|
mandatory-y += checksum.h
|
|
|
|
|
mandatory-y += compat.h
|
|
|
|
|
mandatory-y += current.h
|
|
|
|
|
mandatory-y += delay.h
|
|
|
|
|
mandatory-y += device.h
|
|
|
|
|
mandatory-y += div64.h
|
|
|
|
|
mandatory-y += dma-mapping.h
|
|
|
|
|
mandatory-y += dma.h
|
|
|
|
|
mandatory-y += emergency-restart.h
|
|
|
|
|
mandatory-y += exec.h
|
|
|
|
|
mandatory-y += ftrace.h
|
|
|
|
|
mandatory-y += futex.h
|
|
|
|
|
mandatory-y += hardirq.h
|
|
|
|
|
mandatory-y += hw_irq.h
|
|
|
|
|
mandatory-y += io.h
|
|
|
|
|
mandatory-y += irq.h
|
|
|
|
|
mandatory-y += irq_regs.h
|
|
|
|
|
mandatory-y += irq_work.h
|
|
|
|
|
mandatory-y += kdebug.h
|
2020-11-03 10:27:17 +01:00
|
|
|
mandatory-y += kmap_size.h
|
2020-04-01 21:03:12 -07:00
|
|
|
mandatory-y += kprobes.h
|
|
|
|
|
mandatory-y += linkage.h
|
|
|
|
|
mandatory-y += local.h
|
2020-12-29 15:14:49 -08:00
|
|
|
mandatory-y += local64.h
|
2020-04-01 21:03:12 -07:00
|
|
|
mandatory-y += mmiowb.h
|
|
|
|
|
mandatory-y += mmu.h
|
|
|
|
|
mandatory-y += mmu_context.h
|
|
|
|
|
mandatory-y += module.h
|
2020-09-08 13:27:08 +09:00
|
|
|
mandatory-y += module.lds.h
|
2019-10-25 08:10:37 +02:00
|
|
|
mandatory-y += msi.h
|
2020-04-01 21:03:12 -07:00
|
|
|
mandatory-y += pci.h
|
|
|
|
|
mandatory-y += percpu.h
|
|
|
|
|
mandatory-y += pgalloc.h
|
|
|
|
|
mandatory-y += preempt.h
|
2024-06-04 12:30:02 -07:00
|
|
|
mandatory-y += runtime-const.h
|
2019-10-15 16:29:32 -07:00
|
|
|
mandatory-y += rwonce.h
|
2020-04-01 21:03:12 -07:00
|
|
|
mandatory-y += sections.h
|
|
|
|
|
mandatory-y += serial.h
|
|
|
|
|
mandatory-y += shmparam.h
|
2019-07-29 12:55:21 +03:00
|
|
|
mandatory-y += simd.h
|
2021-02-10 00:40:53 +01:00
|
|
|
mandatory-y += softirq_stack.h
|
2020-04-01 21:03:12 -07:00
|
|
|
mandatory-y += switch_to.h
|
|
|
|
|
mandatory-y += timex.h
|
|
|
|
|
mandatory-y += tlbflush.h
|
|
|
|
|
mandatory-y += topology.h
|
|
|
|
|
mandatory-y += trace_clock.h
|
|
|
|
|
mandatory-y += uaccess.h
|
2020-04-22 01:13:55 +09:00
|
|
|
mandatory-y += vermagic.h
|
2020-04-01 21:03:12 -07:00
|
|
|
mandatory-y += vga.h
|
2024-03-29 21:32:12 +01:00
|
|
|
mandatory-y += video.h
|
2020-04-01 21:03:12 -07:00
|
|
|
mandatory-y += word-at-a-time.h
|
|
|
|
|
mandatory-y += xor.h
|