Przeglądaj źródła

msm: audio: config: Do not compile audio sources for VM image

Do not compile audio sources for VM image for lahaina.
Guard the source path against CONFIG_QTI_VM to decide to
compile it are not.

Change-Id: Ib58f2b8c5c26435faf1425ef79a7ece92cdf77c9
Signed-off-by: Murali Nalajala <[email protected]>
Murali Nalajala 5 lat temu
rodzic
commit
74a0ee0121
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -1,4 +1,5 @@
 # auto-detect subdirs
+ifneq ($(CONFIG_ARCH_QTI_VM), y)
 ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y)
 include $(srctree)/techpack/audio/config/sdxpoorwillsauto.conf
 export
@@ -17,6 +18,7 @@ endif
 ifeq ($(CONFIG_ARCH_LAHAINA), y)
 include $(srctree)/techpack/audio/config/lahainaauto.conf
 endif
+endif
 
 # Use USERINCLUDE when you must reference the UAPI directories only.
 USERINCLUDE     += \