summaryrefslogtreecommitdiff
path: root/sound/pci/Makefile
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2005-09-01 08:14:40 +0200
committerJaroslav Kysela <perex@suse.cz>2005-09-12 10:40:17 +0200
commit12bb5b78e512898034cdd8813f2889743fa6fa3d (patch)
treebadd602f9de26912b8f910e2170d05ab34582f40 /sound/pci/Makefile
parentee71508e7359c16b43d6232e52cd19ec328e1f7c (diff)
[ALSA] ad1889: add AD1889 driver
PCI drivers,AD1889 driver move the AD1889 driver to the kernel tree Acked-by: Thibaut Varene <varenet@parisc-linux.org> Acked-by: Kyle McMartin <kyle@parisc-linux.org> Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound/pci/Makefile')
-rw-r--r--sound/pci/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/Makefile b/sound/pci/Makefile
index b40575c3349a..42fabfcfc2a9 100644
--- a/sound/pci/Makefile
+++ b/sound/pci/Makefile
@@ -3,6 +3,7 @@
# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
#
+snd-ad1889-objs := ad1889.o
snd-als4000-objs := als4000.o
snd-atiixp-objs := atiixp.o
snd-atiixp-modem-objs := atiixp_modem.o
@@ -25,6 +26,7 @@ snd-via82xx-objs := via82xx.o
snd-via82xx-modem-objs := via82xx_modem.o
# Toplevel Module Dependency
+obj-$(CONFIG_SND_AD1889) += snd-ad1889.o
obj-$(CONFIG_SND_ALS4000) += snd-als4000.o
obj-$(CONFIG_SND_ATIIXP) += snd-atiixp.o
obj-$(CONFIG_SND_ATIIXP_MODEM) += snd-atiixp-modem.o