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