summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/dal/Makefile
blob: d99e75f9b9ca5178cead2c421f7a82211849089c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# 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 display_service encoder gpio gpu \
	hw_sequencer i2caux interface link_service mode_manager timing_service \
	topology irq

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

include $(AMD_DAL)