cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kbuild (1677B)


      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
      9mandatory-y += bitops.h
     10mandatory-y += bug.h
     11mandatory-y += bugs.h
     12mandatory-y += cacheflush.h
     13mandatory-y += checksum.h
     14mandatory-y += compat.h
     15mandatory-y += current.h
     16mandatory-y += delay.h
     17mandatory-y += device.h
     18mandatory-y += div64.h
     19mandatory-y += dma-mapping.h
     20mandatory-y += dma.h
     21mandatory-y += emergency-restart.h
     22mandatory-y += exec.h
     23mandatory-y += fb.h
     24mandatory-y += ftrace.h
     25mandatory-y += futex.h
     26mandatory-y += hardirq.h
     27mandatory-y += hw_irq.h
     28mandatory-y += io.h
     29mandatory-y += irq.h
     30mandatory-y += irq_regs.h
     31mandatory-y += irq_work.h
     32mandatory-y += kdebug.h
     33mandatory-y += kmap_size.h
     34mandatory-y += kprobes.h
     35mandatory-y += linkage.h
     36mandatory-y += local.h
     37mandatory-y += local64.h
     38mandatory-y += mmiowb.h
     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
     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