summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dce120/Makefile
blob: 1779b963525cda70d14c855a0e0acd0eb336cd63 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile for the 'controller' sub-component of DAL.
# It provides the control and status of HW CRTC block.


DCE120 = dce120_resource.o dce120_timing_generator.o \
dce120_hw_sequencer.o

AMD_DAL_DCE120 = $(addprefix $(AMDDALPATH)/dc/dce120/,$(DCE120))

AMD_DISPLAY_FILES += $(AMD_DAL_DCE120)