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


      1# SPDX-License-Identifier: MIT
      2#
      3# Copyright (C) 2021 Advanced Micro Devices, Inc. All the rights reserved
      4#
      5#  Authors: AMD
      6#
      7# Makefile for dcn303.
      8
      9DCN3_03 = dcn303_init.o dcn303_hwseq.o dcn303_resource.o
     10
     11AMD_DAL_DCN3_03 = $(addprefix $(AMDDALPATH)/dc/dcn303/,$(DCN3_03))
     12
     13AMD_DISPLAY_FILES += $(AMD_DAL_DCN3_03)