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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-y				+= kernel/
      3obj-y				+= mm/
      4obj-$(CONFIG_KVM)		+= kvm/
      5obj-y				+= crypto/
      6obj-$(CONFIG_S390_HYPFS_FS)	+= hypfs/
      7obj-$(CONFIG_APPLDATA_BASE)	+= appldata/
      8obj-y				+= net/
      9obj-$(CONFIG_PCI)		+= pci/
     10obj-$(CONFIG_ARCH_HAS_KEXEC_PURGATORY) += purgatory/
     11
     12# for cleaning
     13subdir- += boot tools