summaryrefslogtreecommitdiffstats
path: root/target/linux/xburst/modules.mk
diff options
context:
space:
mode:
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-13 14:45:57 +0000
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-13 14:45:57 +0000
commited4ac39c98380530535a930249fe7849dfe9a866 (patch)
tree4617bc7f76a119114054e98365078fd9acd0621f /target/linux/xburst/modules.mk
parenta1c8970a2f8d44b72bb7aaf20db2336ffb6e5dcc (diff)
[xburst] modules.mk: Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20179 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/modules.mk')
-rw-r--r--target/linux/xburst/modules.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/xburst/modules.mk b/target/linux/xburst/modules.mk
index 6ad4b87ae..84dbb7c42 100644
--- a/target/linux/xburst/modules.mk
+++ b/target/linux/xburst/modules.mk
@@ -7,9 +7,10 @@ define KernelPackage/sound-soc-jz4740
DEPENDS:=kmod-sound-soc-core @TARGET_xburst
TITLE:=JZ4740 SoC sound support
KCONFIG:=CONFIG_SND_JZ4740_SOC CONFIG_SND_JZ4740_SOC_I2S @TARGET_xburst
- FILES:=$(LINUX_DIR)/sound/soc/jz4740/snd-soc-jz4740.$(LINUX_KMOD_SUFFIX) \
- $(LINUX_DIR)/sound/soc/jz4740/snd-soc-jz4740-i2s.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,40,snd-soc-jz4740 snd-soc-jz4740-pcm)
+ FILES:= \
+ $(LINUX_DIR)/sound/soc/jz4740/snd-soc-jz4740.$(LINUX_KMOD_SUFFIX) \
+ $(LINUX_DIR)/sound/soc/jz4740/snd-soc-jz4740-i2s.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,40,snd-soc-jz4740 snd-soc-jz4740-i2s)
endef
define KernelPackage/sound-soc-jzcodec