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


      1# SPDX-License-Identifier: MIT
      2#
      3# Makefile for DCN21.
      4
      5DCN21 = dcn21_init.o dcn21_hubp.o dcn21_hubbub.o dcn21_resource.o \
      6	 dcn21_hwseq.o dcn21_link_encoder.o dcn21_dccg.o
      7
      8AMD_DAL_DCN21 = $(addprefix $(AMDDALPATH)/dc/dcn21/,$(DCN21))
      9
     10AMD_DISPLAY_FILES += $(AMD_DAL_DCN21)