brintos

brintos / linux-shallow public Read only

0
0
Text · 1.6 KiB · 1b43c3a Raw
66 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# asm headers that all architectures except um should have4# (This file is not included when SRCARCH=um since UML borrows several5# asm headers from the host architecture.)6 7mandatory-y += atomic.h8mandatory-y += archrandom.h9mandatory-y += barrier.h10mandatory-y += bitops.h11mandatory-y += bug.h12mandatory-y += cacheflush.h13mandatory-y += cfi.h14mandatory-y += checksum.h15mandatory-y += compat.h16mandatory-y += current.h17mandatory-y += delay.h18mandatory-y += device.h19mandatory-y += div64.h20mandatory-y += dma-mapping.h21mandatory-y += dma.h22mandatory-y += emergency-restart.h23mandatory-y += exec.h24mandatory-y += ftrace.h25mandatory-y += futex.h26mandatory-y += hardirq.h27mandatory-y += hw_irq.h28mandatory-y += io.h29mandatory-y += irq.h30mandatory-y += irq_regs.h31mandatory-y += irq_work.h32mandatory-y += kdebug.h33mandatory-y += kmap_size.h34mandatory-y += kprobes.h35mandatory-y += linkage.h36mandatory-y += local.h37mandatory-y += local64.h38mandatory-y += mmiowb.h39mandatory-y += mmu.h40mandatory-y += mmu_context.h41mandatory-y += module.h42mandatory-y += module.lds.h43mandatory-y += msi.h44mandatory-y += pci.h45mandatory-y += percpu.h46mandatory-y += pgalloc.h47mandatory-y += preempt.h48mandatory-y += runtime-const.h49mandatory-y += rwonce.h50mandatory-y += sections.h51mandatory-y += serial.h52mandatory-y += shmparam.h53mandatory-y += simd.h54mandatory-y += softirq_stack.h55mandatory-y += switch_to.h56mandatory-y += timex.h57mandatory-y += tlbflush.h58mandatory-y += topology.h59mandatory-y += trace_clock.h60mandatory-y += uaccess.h61mandatory-y += vermagic.h62mandatory-y += vga.h63mandatory-y += video.h64mandatory-y += word-at-a-time.h65mandatory-y += xor.h66