
This change adds required make file support to include display driver in vendor SI compilation and packaging. Change-Id: Ib7b97ac136b536da9a297f1a3725ff4b2107e2ed Signed-off-by: Prabhanjan Kandula <pkandula@codeaurora.org>
8 rindas
225 B
Makefile
8 rindas
225 B
Makefile
#SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
ifneq ($(TARGET_BOARD_AUTO),true)
|
|
ifeq ($(call is-board-platform-in-list,$(TARGET_BOARD_PLATFORM)),true)
|
|
BOARD_VENDOR_KERNEL_MODULES += $(KERNEL_MODULES_OUT)/msm_drm.ko
|
|
endif
|
|
endif
|