summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-04-16 10:12:01 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-04-16 10:12:01 -0700
commit5f0b5040eb6af8055eb1344632fd7aa9358cd6a6 (patch)
tree073aa259c33705511b02a9dfb4aa95047b825339 /Makefile
parentdc591563b4f51508fc212b0187b9d77cf29e4c08 (diff)
parente3842cf831b73f093b65e053a7f29f9de6617fb8 (diff)
downloadmsm-extra-5f0b5040eb6af8055eb1344632fd7aa9358cd6a6.tar.gz
Merge "ASoC: Add audio support for sdmshrike"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8143e3c2..69f3795c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ ifeq ($(CONFIG_ARCH_SM8150), y)
include $(srctree)/techpack/audio/config/sdm855auto.conf
export
endif
+ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
+include $(srctree)/techpack/audio/config/sdm855auto.conf
+export
+endif
# Use USERINCLUDE when you must reference the UAPI directories only.
USERINCLUDE += \
@@ -42,6 +46,10 @@ ifeq ($(CONFIG_ARCH_SM8150), y)
LINUXINCLUDE += \
-include $(srctree)/techpack/audio/config/sdm855autoconf.h
endif
+ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
+LINUXINCLUDE += \
+ -include $(srctree)/techpack/audio/config/sdm855autoconf.h
+endif
obj-y += asoc/
obj-y += dsp/