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>
This commit is contained in:
parent
77f7be6b12
commit
2837d90418
7
display_driver_board.mk
Normal file
7
display_driver_board.mk
Normal file
@ -0,0 +1,7 @@
|
||||
#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
|
3
display_driver_product.mk
Normal file
3
display_driver_product.mk
Normal file
@ -0,0 +1,3 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
PRODUCT_PACKAGES += msm_drm.ko
|
Loading…
Reference in New Issue
Block a user