]> git.hungrycats.org Git - linux/commitdiff
[PATCH] dmasound re-resurrection
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 26 Jul 2003 02:15:40 +0000 (19:15 -0700)
committerJens Axboe <axboe@suse.de>
Sat, 26 Jul 2003 02:15:40 +0000 (19:15 -0700)
Resurrect dmasound: Re-re-add dmasound to the build process (it got removed
again in 2.5.71)

sound/Makefile

index f45fa232ea615e39054172a32cdfd370362406ba..57581eafa2d413d0637927d2aca196fd157d64bc 100644 (file)
@@ -3,6 +3,7 @@
 
 obj-$(CONFIG_SOUND) += soundcore.o
 obj-$(CONFIG_SOUND_PRIME) += oss/
+obj-$(CONFIG_DMASOUND) += oss/
 obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/
 
 ifeq ($(CONFIG_SND),y)