video: driver: use QMAA flags for video driver compilation
Control video driver compilation based on QMAA flags. Change-Id: I2cac1184538a7e7c0ef5c17eece59fd3f9e5b727 Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
This commit is contained in:

committed by
Mahesh Kumar Sharma

vanhempi
b0542cb78c
commit
e3ea015659
@@ -1,5 +1,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Build video kernel driver
|
||||
ifeq ($(TARGET_USES_QMAA),false)
|
||||
ifeq ($(TARGET_USES_QMAA_OVERRIDE_VIDEO),true)
|
||||
ifneq ($(TARGET_KERNEL_DLKM_DISABLE),true)
|
||||
ifneq ($(TARGET_BOARD_AUTO),true)
|
||||
ifeq ($(call is-board-platform-in-list,$(TARGET_BOARD_PLATFORM)),true)
|
||||
@@ -9,3 +11,5 @@ BUILD_VIDEO_TECHPACK_SOURCE := true
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
Viittaa uudesa ongelmassa
Block a user