Loading techpack/audio/Makefile +8 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y) include $(srctree)/techpack/audio/config/sdxpoorwillsauto.conf export endif ifeq ($(CONFIG_ARCH_SDM450), y) include $(srctree)/techpack/audio/config/sdm450auto.conf export endif # Use USERINCLUDE when you must reference the UAPI directories only. USERINCLUDE += \ Loading @@ -34,6 +38,10 @@ ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sdxpoorwillsautoconf.h endif ifeq ($(CONFIG_ARCH_SDM450), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sdm450autoconf.h endif obj-y += asoc/ obj-y += dsp/ Loading Loading
techpack/audio/Makefile +8 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y) include $(srctree)/techpack/audio/config/sdxpoorwillsauto.conf export endif ifeq ($(CONFIG_ARCH_SDM450), y) include $(srctree)/techpack/audio/config/sdm450auto.conf export endif # Use USERINCLUDE when you must reference the UAPI directories only. USERINCLUDE += \ Loading @@ -34,6 +38,10 @@ ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sdxpoorwillsautoconf.h endif ifeq ($(CONFIG_ARCH_SDM450), y) LINUXINCLUDE += \ -include $(srctree)/techpack/audio/config/sdm450autoconf.h endif obj-y += asoc/ obj-y += dsp/ Loading