diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2015-07-31 11:58:24 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2015-07-31 11:58:24 +0000 |
commit | 9520383587e9ccfb70172031a2a5d93110a2b238 (patch) | |
tree | c1f9389ea9b1fb466394a7b5ef9f0cc26a59a99a /target/linux/mxs | |
parent | fd476b38860f125cfb75255c3697bfdf4250a9ac (diff) | |
download | upstream-9520383587e9ccfb70172031a2a5d93110a2b238.tar.gz upstream-9520383587e9ccfb70172031a2a5d93110a2b238.tar.bz2 upstream-9520383587e9ccfb70172031a2a5d93110a2b238.zip |
mxs: build sound-soc-mxs only on 3.18 for now
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 46524
Diffstat (limited to 'target/linux/mxs')
-rw-r--r-- | target/linux/mxs/modules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mxs/modules.mk b/target/linux/mxs/modules.mk index 087878b59e..d363360577 100644 --- a/target/linux/mxs/modules.mk +++ b/target/linux/mxs/modules.mk @@ -44,7 +44,7 @@ define KernelPackage/sound-soc-mxs $(LINUX_DIR)/sound/soc/mxs/snd-soc-mxs-builtin-pcm.ko \ $(LINUX_DIR)/sound/soc/codecs/snd-soc-mxs-builtin-codec.ko AUTOLOAD:=$(call AutoLoad,65,snd-soc-mxs-builtin-pcm snd-soc-mxs-builtin-dai snd-soc-mxs-builtin-codec snd-soc-mxs-builtin-audio) - DEPENDS:=@TARGET_mxs +kmod-sound-soc-core + DEPENDS:=@TARGET_mxs +kmod-sound-soc-core @LINUX_3_18 $(call AddDepends/sound) endef |