diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-03-13 14:45:57 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-03-13 14:45:57 +0000 |
commit | efc6d42d50ec628750f1db83a02f4222554ebb97 (patch) | |
tree | 50a4f6683108b83fff1b745fbe151365324634b5 /target/linux/xburst | |
parent | 1968fb8da3a759dfd31ceb1e96c6b6ac3bdbc3f3 (diff) | |
download | upstream-efc6d42d50ec628750f1db83a02f4222554ebb97.tar.gz upstream-efc6d42d50ec628750f1db83a02f4222554ebb97.tar.bz2 upstream-efc6d42d50ec628750f1db83a02f4222554ebb97.zip |
modules.mk: Fix typo
SVN-Revision: 20179
Diffstat (limited to 'target/linux/xburst')
-rw-r--r-- | target/linux/xburst/modules.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/xburst/modules.mk b/target/linux/xburst/modules.mk index 6ad4b87aed..84dbb7c426 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 |