msm: camera: config: Do not compile camera sources for VM image
Do not compile camera sources for VM image for lahaina. Guard the source path against CONFIG_QTI_VM to decide to compile it are not. CRs-Fixed: 2663712 Change-Id: I4a624cf8d9824b545c8fb70c134a3b7011c4d2ca Signed-off-by: Vishalsingh Hajeri <vhajeri@codeaurora.org>
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
# auto-detect subdirs
|
||||
ifneq ($(CONFIG_ARCH_QTI_VM), y)
|
||||
ifeq ($(CONFIG_ARCH_KONA), y)
|
||||
include $(srctree)/techpack/camera/config/konacamera.conf
|
||||
endif
|
||||
@@ -36,6 +37,7 @@ ifeq ($(CONFIG_ARCH_LAHAINA), y)
|
||||
LINUXINCLUDE += \
|
||||
-include $(srctree)/techpack/camera/config/lahainacameraconf.h
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter $(CONFIG_SPECTRA_CAMERA), y m))
|
||||
# Use USERINCLUDE when you must reference the UAPI directories only.
|
||||
|
Reference in New Issue
Block a user