
git-subtree-dir: qcom/opensource/display-drivers git-subtree-mainline:2d61911ef6
git-subtree-split:5ff96e6831
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/display-drivers tag: DISPLAY.LA.4.0.r2-07600-lanai.0
13 lines
300 B
Makefile
13 lines
300 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
ifeq ($(DISPLAY_ROOT),)
|
|
DISPLAY_ROOT=$(srctree)/techpack/display
|
|
endif
|
|
|
|
LINUXINCLUDE += \
|
|
-I$(DISPLAY_ROOT)/include/uapi/display \
|
|
-I$(DISPLAY_ROOT)/include
|
|
USERINCLUDE += -I$(DISPLAY_ROOT)/include/uapi/display
|
|
|
|
obj-$(CONFIG_DRM_MSM) += msm/
|