diff options
| -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 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 | 
