xref: /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn351/Makefile (revision 9abd613a85af72fa560e49d9a0acc5b872840c72)
1#
2# (c) Copyright 2022 Advanced Micro Devices, Inc. All the rights reserved
3#
4#  All rights reserved.  This notice is intended as a precaution against
5#  inadvertent publication and does not imply publication or any waiver
6#  of confidentiality.  The year included in the foregoing notice is the
7#  year of creation of the work.
8#
9#  Authors: AMD
10#
11# Makefile for DCN351.
12
13DCN351 = dcn351_init.o
14
15AMD_DAL_DCN351 = $(addprefix $(AMDDALPATH)/dc/dcn351/,$(DCN351))
16
17AMD_DISPLAY_FILES += $(AMD_DAL_DCN351)
18