Răsfoiți Sursa

Merge "msm: camera: config: Do not compile camera sources for VM image" into camera-kernel.lnx.4.0

Camera Software Integration 5 ani în urmă
părinte
comite
d324acfbdb
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      Makefile

+ 2 - 0
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.