summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/dal/amdgpu_dm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/dal/amdgpu_dm/Makefile')
-rw-r--r--drivers/gpu/drm/amd/dal/amdgpu_dm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/dal/amdgpu_dm/Makefile b/drivers/gpu/drm/amd/dal/amdgpu_dm/Makefile
index 1709ec8dfb33..8fa9eaec0bfc 100644
--- a/drivers/gpu/drm/amd/dal/amdgpu_dm/Makefile
+++ b/drivers/gpu/drm/amd/dal/amdgpu_dm/Makefile
@@ -2,7 +2,9 @@
# Makefile for the 'dm' sub-component of DAL.
# It provides the control and status of dm blocks.
-AMDGPUDM = amdgpu_dal_services.o
+
+
+AMDGPUDM = amdgpu_dal_services.o amdgpu_dm_types.o amdgpu_dm.o amdgpu_dm_irq.o
AMDGPU_DM = $(addprefix $(AMDDALPATH)/amdgpu_dm/,$(AMDGPUDM))