1*9cc57625SQingqing Zhuo#
2*9cc57625SQingqing Zhuo# Copyright © 2021 Advanced Micro Devices, Inc.
3*9cc57625SQingqing Zhuo#
4*9cc57625SQingqing Zhuo# Permission is hereby granted, free of charge, to any person obtaining a
5*9cc57625SQingqing Zhuo# copy of this software and associated documentation files (the "Software"),
6*9cc57625SQingqing Zhuo# to deal in the Software without restriction, including without limitation
7*9cc57625SQingqing Zhuo# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8*9cc57625SQingqing Zhuo# and/or sell copies of the Software, and to permit persons to whom the
9*9cc57625SQingqing Zhuo# Software is furnished to do so, subject to the following conditions:
10*9cc57625SQingqing Zhuo#
11*9cc57625SQingqing Zhuo# The above copyright notice and this permission notice shall be included in
12*9cc57625SQingqing Zhuo# all copies or substantial portions of the Software.
13*9cc57625SQingqing Zhuo#
14*9cc57625SQingqing Zhuo# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15*9cc57625SQingqing Zhuo# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16*9cc57625SQingqing Zhuo# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17*9cc57625SQingqing Zhuo# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18*9cc57625SQingqing Zhuo# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19*9cc57625SQingqing Zhuo# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20*9cc57625SQingqing Zhuo# OTHER DEALINGS IN THE SOFTWARE.
21*9cc57625SQingqing Zhuo#
22*9cc57625SQingqing Zhuo# Authors: AMD
23*9cc57625SQingqing Zhuo#
24*9cc57625SQingqing Zhuo# Makefile for dcn315.
25*9cc57625SQingqing Zhuo
26*9cc57625SQingqing ZhuoDCN315 = dcn315_resource.o
27*9cc57625SQingqing Zhuo
28*9cc57625SQingqing ZhuoAMD_DAL_DCN315 = $(addprefix $(AMDDALPATH)/dc/dcn315/,$(DCN315))
29*9cc57625SQingqing Zhuo
30*9cc57625SQingqing ZhuoAMD_DISPLAY_FILES += $(AMD_DAL_DCN315)
31