From d6107d0bbe331c35a506d954826095ed91135f2b Mon Sep 17 00:00:00 2001 From: Meng Wang Date: Fri, 16 Nov 2018 13:06:16 +0800 Subject: 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 --- Makefile | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3