Kbuild (60e9eabf41fa916d2ef68c5bf929197975917578) | Kbuild (e506ea451254ab17e0bf918ca36232fec2a9b10c) |
---|---|
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 7mandatory-y += atomic.h 8mandatory-y += barrier.h --- 31 unchanged lines hidden (view full) --- 40mandatory-y += mmu.h 41mandatory-y += mmu_context.h 42mandatory-y += module.h 43mandatory-y += msi.h 44mandatory-y += pci.h 45mandatory-y += percpu.h 46mandatory-y += pgalloc.h 47mandatory-y += preempt.h | 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 7mandatory-y += atomic.h 8mandatory-y += barrier.h --- 31 unchanged lines hidden (view full) --- 40mandatory-y += mmu.h 41mandatory-y += mmu_context.h 42mandatory-y += module.h 43mandatory-y += msi.h 44mandatory-y += pci.h 45mandatory-y += percpu.h 46mandatory-y += pgalloc.h 47mandatory-y += preempt.h |
48mandatory-y += rwonce.h |
|
48mandatory-y += sections.h 49mandatory-y += serial.h 50mandatory-y += shmparam.h 51mandatory-y += simd.h 52mandatory-y += switch_to.h 53mandatory-y += timex.h 54mandatory-y += tlbflush.h 55mandatory-y += topology.h 56mandatory-y += trace_clock.h 57mandatory-y += uaccess.h 58mandatory-y += unaligned.h 59mandatory-y += vermagic.h 60mandatory-y += vga.h 61mandatory-y += word-at-a-time.h 62mandatory-y += xor.h | 49mandatory-y += sections.h 50mandatory-y += serial.h 51mandatory-y += shmparam.h 52mandatory-y += simd.h 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 60mandatory-y += vermagic.h 61mandatory-y += vga.h 62mandatory-y += word-at-a-time.h 63mandatory-y += xor.h |