|
@@ -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 += \
|