Browse Source

package/kernel: remove reference to ep93xx target

Signed-off-by: Nicolas Thill <[email protected]>

SVN-Revision: 45743
Nicolas Thill 10 years ago
parent
commit
9fedd6d837
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/linux/modules/sound.mk

+ 1 - 1
package/kernel/linux/modules/sound.mk

@@ -154,7 +154,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 +TARGET_ep93xx:kmod-sound-soc-ep93xx-ac97
+  DEPENDS:=+kmod-ac97 +kmod-sound-soc-core
   $(call AddDepends/sound)
 endef