xref: /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn351/Makefile (revision db5d28c0bfe566908719bec8e25443aabecbb802)
1f6154d8bSRevalla#
2*97d9e8ceSSung Joon Kim# Copyright (c) 2022-2024 Advanced Micro Devices, Inc.
3f6154d8bSRevalla#
4*97d9e8ceSSung Joon Kim# Permission is hereby granted, free of charge, to any person obtaining a
5*97d9e8ceSSung Joon Kim# copy of this software and associated documentation files (the "Software"),
6*97d9e8ceSSung Joon Kim# to deal in the Software without restriction, including without limitation
7*97d9e8ceSSung Joon Kim# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8*97d9e8ceSSung Joon Kim# and/or sell copies of the Software, and to permit persons to whom the
9*97d9e8ceSSung Joon Kim# Software is furnished to do so, subject to the following conditions:
10f6154d8bSRevalla#
11*97d9e8ceSSung Joon Kim# The above copyright notice and this permission notice shall be included in
12*97d9e8ceSSung Joon Kim# all copies or substantial portions of the Software.
13*97d9e8ceSSung Joon Kim#
14*97d9e8ceSSung Joon Kim# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15*97d9e8ceSSung Joon Kim# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16*97d9e8ceSSung Joon Kim# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17*97d9e8ceSSung Joon Kim# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18*97d9e8ceSSung Joon Kim# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19*97d9e8ceSSung Joon Kim# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20*97d9e8ceSSung Joon Kim# OTHER DEALINGS IN THE SOFTWARE.
21f6154d8bSRevalla#
22f6154d8bSRevalla# Makefile for DCN351.
23f6154d8bSRevalla
24*97d9e8ceSSung Joon KimDCN351 = dcn351_hwseq.o dcn351_init.o
25f6154d8bSRevalla
26f6154d8bSRevallaAMD_DAL_DCN351 = $(addprefix $(AMDDALPATH)/dc/dcn351/,$(DCN351))
27f6154d8bSRevalla
28f6154d8bSRevallaAMD_DISPLAY_FILES += $(AMD_DAL_DCN351)
29