diff options
author | Mark Brown <broonie@kernel.org> | 2017-11-11 00:30:53 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-11-11 00:30:53 +0300 |
commit | c44ff31ae03c0970e1b3cfe1e37f347865a9dc8b (patch) | |
tree | d940401ba6bee67ad8e03b6d099e3e797c40600a /sound/soc/intel/Makefile | |
parent | bd26974f7148d14d432f5c5eb0316e80792b4356 (diff) | |
parent | 1c0a7de226660b0306b54aaf2cb52312e74723eb (diff) | |
download | linux-c44ff31ae03c0970e1b3cfe1e37f347865a9dc8b.tar.xz |
Merge remote-tracking branch 'asoc/topic/intel' into asoc-next
Diffstat (limited to 'sound/soc/intel/Makefile')
-rw-r--r-- | sound/soc/intel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile index 62f37ffffdf0..b973d457e834 100644 --- a/sound/soc/intel/Makefile +++ b/sound/soc/intel/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 # Core support -obj-$(CONFIG_SND_SOC_INTEL_SST) += common/ +obj-$(CONFIG_SND_SOC_INTEL_COMMON) += common/ # Platform Support obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/ |