summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/dal/Makefile
blob: 13dd3f14c4f6898a0d303f76e8ea4f244087d965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# 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 asic_capability basics bios connector gpio gpu \
	i2caux irq timing_service

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

include $(AMD_DAL)