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

Makefile (291B)


      1# SPDX-License-Identifier: GPL-2.0
      2
      3KASAN_SANITIZE_mmu.o := n
      4
      5ifdef CONFIG_KASAN
      6CFLAGS_mmu.o  		+= -DDISABLE_BRANCH_PROFILING
      7endif
      8
      9obj-y += mmu.o mmu_context.o
     10obj-$(CONFIG_PPC_BOOK3S_603) += nohash_low.o
     11obj-$(CONFIG_PPC_BOOK3S_604) += hash_low.o tlb.o
     12obj-$(CONFIG_PPC_KUAP) += kuap.o