summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/dal/basics/Makefile
blob: 9f369873ae3341e68420a8be2bf022953b7faa67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Makefile for the 'utils' sub-component of DAL.
# It provides the general basic services required by other DAL
# subcomponents.

CONTAINERS = vector.o flat_set.o
BASICS = signal_types.o grph_object_id.o \
	$(CONTAINERS) logger.o register_logger.o

AMD_DAL_BASICS = $(addprefix $(AMDDALPATH)/basics/,$(BASICS))

AMD_DAL_FILES += $(AMD_DAL_BASICS)