summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/dal/topology/Makefile
blob: f183142f768b5c297776a4fb90c26f0bc1278a56 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)