aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dcn21/Makefile
blob: ca92f5c8e7fb70e7a37918d43ee552185c796c26 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: MIT
#
# Makefile for DCN21.

DCN21 = dcn21_hubp.o dcn21_hubbub.o \
	 dcn21_link_encoder.o dcn21_dccg.o

AMD_DAL_DCN21 = $(addprefix $(AMDDALPATH)/dc/dcn21/,$(DCN21))

AMD_DISPLAY_FILES += $(AMD_DAL_DCN21)