summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/dal/Makefile
blob: b697398d7e4f69007a23d71f647c251fd891b038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Makefile for the DAL (Display Abstract Layer), which is a  sub-component
# of the AMDGPU drm driver.
# It provides the HW control for display related functionalities.

AMDDALPATH = $(RELATIVE_AMD_DAL_PATH)

subdir-ccflags-y += -I$(AMDDALPATH)/ -I$(AMDDALPATH)/include -DDAL_CZ_BRINGUP

DAL_LIBS = adapter amdgpu_dm audio asic_capability basics bios connector \
	controller dcs display_path encoder gpio gpu hw_sequencer i2caux irq \
	link_service mode_manager timing_service topology

AMD_DAL = $(addsuffix /Makefile, $(addprefix $(FULL_AMD_DAL_PATH)/,$(DAL_LIBS)))

include $(AMD_DAL)