summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMeng Wang <mengw@codeaurora.org>2018-11-16 13:06:16 +0800
committerMeng Wang <mengw@codeaurora.org>2018-12-06 15:04:09 +0800
commitd6107d0bbe331c35a506d954826095ed91135f2b (patch)
treefd909d1fce93c12c815aa76cc3d0a4f353a70488 /Makefile
parent53ad8477b68f67584e532bf825269b8f70fb31f3 (diff)
downloadmsm-extra-d6107d0bbe331c35a506d954826095ed91135f2b.tar.gz
asoc: clean up audio drivers and remove unused files
Clean up audio drivers and remove unused files. Change-Id: I50559ac3c5f4a1f4336e4480cd3ff235d015441e Signed-off-by: Meng Wang <mengw@codeaurora.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile b/Makefile
index 159b68cd..d9d093bd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,4 @@
# auto-detect subdirs
-ifeq ($(CONFIG_ARCH_SDM845), y)
-include $(srctree)/techpack/audio/config/sdm845auto.conf
-export
-endif
-ifeq ($(CONFIG_ARCH_SDM670), y)
-include $(srctree)/techpack/audio/config/sdm670auto_static.conf
-export
-endif
ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y)
include $(srctree)/techpack/audio/config/sdxpoorwillsauto.conf
export
@@ -30,14 +22,6 @@ LINUXINCLUDE += \
-I$(srctree)/techpack/audio/include/uapi \
-I$(srctree)/techpack/audio/include
-ifeq ($(CONFIG_ARCH_SDM845), y)
-LINUXINCLUDE += \
- -include $(srctree)/techpack/audio/config/sdm845autoconf.h
-endif
-ifeq ($(CONFIG_ARCH_SDM670), y)
-LINUXINCLUDE += \
- -include $(srctree)/techpack/audio/config/sdm670autoconf.h
-endif
ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y)
LINUXINCLUDE += \
-include $(srctree)/techpack/audio/config/sdxpoorwillsautoconf.h