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


      1# SPDX-License-Identifier: MIT
      2#
      3# Makefile for the 'dsc' sub-component of DAL.
      4DSC = dc_dsc.o rc_calc.o rc_calc_dpi.o
      5
      6AMD_DAL_DSC = $(addprefix $(AMDDALPATH)/dc/dsc/,$(DSC))
      7
      8AMD_DISPLAY_FILES += $(AMD_DAL_DSC)