Merge "Enable Video DLKM" into video-kernel-waipio.lnx.1.0
Cette révision appartient à :

révisé par
Gerrit - the friendly Code Review server

révision
a7f033edf7
7
video_kernel_board.mk
Fichier normal
7
video_kernel_board.mk
Fichier normal
@@ -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
Fichier normal
2
video_kernel_product.mk
Fichier normal
@@ -0,0 +1,2 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
PRODUCT_PACKAGES += msm_video.ko
|
Référencer dans un nouveau ticket
Bloquer un utilisateur