Kbuild (b491f90ddff013e0be058297a8f704c59932c1fd) | Kbuild (db1cc7aede37eb9235759131ddfefd9c0ea5136f) |
---|---|
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 --- 37 unchanged lines hidden (view full) --- 46mandatory-y += percpu.h 47mandatory-y += pgalloc.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 | 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 --- 37 unchanged lines hidden (view full) --- 46mandatory-y += percpu.h 47mandatory-y += pgalloc.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 |
|
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 | 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 |