From ae9b96421b595a0d6113d87a4d2ddd73f81d5582 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 24 Apr 2010 13:34:51 +0000 Subject: package/kernel: move target specific modules to their own target files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21132 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/sound.mk | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'package/kernel/modules/sound.mk') diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index f2900f1319..3d2bd27b54 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -101,23 +101,6 @@ endef $(eval $(call KernelPackage,sound-i8x0)) -define KernelPackage/sound-ps3 -$(call AddDepends/sound,@TARGET_ps3||TARGET_ps3chk) - TITLE:=PS3 Audio - KCONFIG:=CONFIG_SND_PS3 \ - CONFIG_SND_PPC=y \ - CONFIG_SND_PS3_DEFAULT_START_DELAY=2000 - FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,35, snd_ps3) -endef - -define KernelPackage/sound-ps3/description - support for the integrated PS3 audio device -endef - -$(eval $(call KernelPackage,sound-ps3)) - - define KernelPackage/sound-cs5535audio $(call AddDepends/sound,@!TARGET_uml) TITLE:=CS5535 PCI Controller -- cgit v1.2.3