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 (235B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2
      3obj-y += kernel/ mm/ net/
      4obj-$(CONFIG_BUILTIN_DTB) += boot/dts/
      5obj-y += errata/
      6obj-$(CONFIG_KVM) += kvm/
      7
      8obj-$(CONFIG_ARCH_HAS_KEXEC_PURGATORY) += purgatory/
      9
     10# for cleaning
     11subdir- += boot