]> Git Repo - linux.git/blob - drivers/gpu/drm/amd/display/Makefile
Merge tag 'hwmon-for-linus-v4.15-take2' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / drivers / gpu / drm / amd / display / Makefile
1 #
2 # Makefile for the DAL (Display Abstract Layer), which is a  sub-component
3 # of the AMDGPU drm driver.
4 # It provides the HW control for display related functionalities.
5
6 AMDDALPATH = $(RELATIVE_AMD_DISPLAY_PATH)
7
8 subdir-ccflags-y += -I$(AMDDALPATH)/ -I$(AMDDALPATH)/include
9
10 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/inc/
11 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/inc/hw
12 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/inc
13 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/freesync
14
15 #TODO: remove when Timing Sync feature is complete
16 subdir-ccflags-y += -DBUILD_FEATURE_TIMING_SYNC=0
17
18 DAL_LIBS = amdgpu_dm dc modules/freesync
19
20 AMD_DAL = $(addsuffix /Makefile, $(addprefix $(FULL_AMD_DISPLAY_PATH)/,$(DAL_LIBS)))
21
22 include $(AMD_DAL)
This page took 0.037104 seconds and 4 git commands to generate.