
Add Android make files and Kbuild files to support dlkm for display driver. Also resolve header and config issues to allow successful compilation of display driver. Change-Id: I04d6233864ea54c0a808b295fbdccb83058f1fd2 Signed-off-by: Samantha Tran <samtran@codeaurora.org> Signed-off-by: Chandan Uddaraju <chandanu@codeaurora.org> Signed-off-by: Prabhanjan Kandula <pkandula@codeaurora.org>
13 Zeilen
300 B
Makefile
13 Zeilen
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/
|