ep93xx: fix sound dependencies for ep93xx

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 38274
This commit is contained in:
Hauke Mehrtens
2013-10-01 22:38:40 +00:00
parent e28d2b88ea
commit 1158f22b02
2 changed files with 4 additions and 4 deletions

View File

@@ -173,7 +173,7 @@ define KernelPackage/sound-soc-ac97
KCONFIG:=CONFIG_SND_SOC_AC97_CODEC
FILES:=$(LINUX_DIR)/sound/soc/codecs/snd-soc-ac97.ko
AUTOLOAD:=$(call AutoLoad,57,snd-soc-ac97)
DEPENDS:=+kmod-ac97 +kmod-sound-soc-core
DEPENDS:=+kmod-ac97 +kmod-sound-soc-core +TARGET_ep93xx:kmod-sound-soc-ep93xx-ac97
$(call AddDepends/sound)
endef