1*3cffeffeSRoman Li#
2*3cffeffeSRoman Li# (c) Copyright 2022 Advanced Micro Devices, Inc. All the rights reserved
3*3cffeffeSRoman Li#
4*3cffeffeSRoman Li#  All rights reserved.  This notice is intended as a precaution against
5*3cffeffeSRoman Li#  inadvertent publication and does not imply publication or any waiver
6*3cffeffeSRoman Li#  of confidentiality.  The year included in the foregoing notice is the
7*3cffeffeSRoman Li#  year of creation of the work.
8*3cffeffeSRoman Li#
9*3cffeffeSRoman Li#  Authors: AMD
10*3cffeffeSRoman Li#
11*3cffeffeSRoman Li# Makefile for dcn314.
12*3cffeffeSRoman Li
13*3cffeffeSRoman LiDCN314 = dcn314_resource.o dcn314_hwseq.o dcn314_init.o \
14*3cffeffeSRoman Li		dcn314_dio_stream_encoder.o dcn314_dccg.o dcn314_optc.o
15*3cffeffeSRoman Li
16*3cffeffeSRoman LiAMD_DAL_DCN314 = $(addprefix $(AMDDALPATH)/dc/dcn314/,$(DCN314))
17*3cffeffeSRoman Li
18*3cffeffeSRoman LiAMD_DISPLAY_FILES += $(AMD_DAL_DCN314)
19