summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/dal/Makefile
blob: b95ba1e51f55de7583ff63cb53bf6cf20aff80bb (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_service 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)