Files
android_kernel_samsung_sm86…/display_driver_board.mk
Prabhanjan Kandula 2837d90418 disp: enable display driver compilation in vendor SI
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>
2021-01-15 10:13:54 -08:00

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