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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for Kernel-based Virtual Machine module, HYP part
      4#
      5
      6incdir := $(srctree)/$(src)/include
      7subdir-asflags-y := -I$(incdir)
      8subdir-ccflags-y := -I$(incdir)				\
      9		    -fno-stack-protector		\
     10		    -DDISABLE_BRANCH_PROFILING		\
     11		    $(DISABLE_STACKLEAK_PLUGIN)
     12
     13obj-$(CONFIG_KVM) += vhe/ nvhe/ pgtable.o