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