summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dce/Makefile
diff options
context:
space:
mode:
authorAnthony Koo <Anthony.Koo@amd.com>2017-01-23 16:55:20 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:12:52 -0400
commit5e7773a219f7821163ad2b17be0d02f8be8ce0c6 (patch)
tree0e467473d7ceceafbb47afa560371987de8d2e29 /drivers/gpu/drm/amd/display/dc/dce/Makefile
parentbb9042da8e8ada796cfae7e432a54e872c5b1784 (diff)
downloadlwn-5e7773a219f7821163ad2b17be0d02f8be8ce0c6.tar.gz
lwn-5e7773a219f7821163ad2b17be0d02f8be8ce0c6.zip
drm/amd/display: DMCU Compile and Load
Signed-off-by: Anthony Koo <anthony.koo@amd.com> Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce/Makefile')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce/Makefile b/drivers/gpu/drm/amd/display/dc/dce/Makefile
index 5ad59a27738c..05562553b656 100644
--- a/drivers/gpu/drm/amd/display/dc/dce/Makefile
+++ b/drivers/gpu/drm/amd/display/dc/dce/Makefile
@@ -7,7 +7,7 @@
DCE = dce_audio.o dce_stream_encoder.o dce_link_encoder.o dce_hwseq.o \
dce_mem_input.o dce_clock_source.o dce_scl_filters.o dce_transform.o \
-dce_clocks.o dce_opp.o
+dce_clocks.o dce_opp.o dce_dmcu.o dce_abm.o
AMD_DAL_DCE = $(addprefix $(AMDDALPATH)/dc/dce/,$(DCE))