Enable Video DLKM
Enable video DLKM compilation in vendor SI CRs-Fixed: 2836617 Signed-off-by: Karthikeyan Periasamy <kperiasa@codeaurora.org> Change-Id: I281d1c18d72f75c43d7a14a174e892d44c1d9a3d
This commit is contained in:
7
video_kernel_board.mk
Normal file
7
video_kernel_board.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Build video kernel driver
|
||||
ifneq ($(TARGET_BOARD_AUTO),true)
|
||||
ifeq ($(call is-board-platform-in-list,$(TARGET_BOARD_PLATFORM)),true)
|
||||
BOARD_VENDOR_KERNEL_MODULES += $(KERNEL_MODULES_OUT)/msm_video.ko
|
||||
endif
|
||||
endif
|
2
video_kernel_product.mk
Normal file
2
video_kernel_product.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
PRODUCT_PACKAGES += msm_video.ko
|
Reference in New Issue
Block a user