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