summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/dal/topology/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/dal/topology/Makefile')
-rw-r--r--drivers/gpu/drm/amd/dal/topology/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/dal/topology/Makefile b/drivers/gpu/drm/amd/dal/topology/Makefile
new file mode 100644
index 000000000000..f183142f768b
--- /dev/null
+++ b/drivers/gpu/drm/amd/dal/topology/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile for the 'topology' sub-component of DAL.
+# It facilitates the control on the sharable HW blocks and resources
+# of the adapter.
+
+TOPOLOGY = tm_resource_mgr.o tm_detection_mgr.o tm_resource_builder.o \
+ tm_utils.o tm_display_path_set.o tm_subsets_cache.o tm_resource.o \
+ topology.o
+
+AMD_DAL_TOPOLOGY = $(addprefix $(AMDDALPATH)/topology/,$(TOPOLOGY))
+
+AMD_DAL_FILES += $(AMD_DAL_TOPOLOGY)