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


      1# SPDX-License-Identifier: GPL-2.0
      2
      3CFLAGS_core.o				:= -I$(src)
      4icc-core-objs				:= core.o bulk.o
      5
      6obj-$(CONFIG_INTERCONNECT)		+= icc-core.o
      7obj-$(CONFIG_INTERCONNECT_IMX)		+= imx/
      8obj-$(CONFIG_INTERCONNECT_QCOM)		+= qcom/
      9obj-$(CONFIG_INTERCONNECT_SAMSUNG)	+= samsung/