xref: /linux/drivers/gpu/drm/amd/display/dc/dcn31/Makefile (revision d6b54900c564e35989cf6813e4071504fa0a90e0)
1#
2# Copyright 2020 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 dcn31.
12
13DCN31 = dcn31_dio_link_encoder.o dcn31_panel_cntl.o \
14	dcn31_apg.o dcn31_hpo_dp_stream_encoder.o dcn31_hpo_dp_link_encoder.o \
15	dcn31_afmt.o dcn31_vpg.o
16
17AMD_DAL_DCN31 = $(addprefix $(AMDDALPATH)/dc/dcn31/,$(DCN31))
18
19AMD_DISPLAY_FILES += $(AMD_DAL_DCN31)
20