summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2003-07-25 19:15:40 -0700
committerJens Axboe <axboe@suse.de>2003-07-25 19:15:40 -0700
commit65a464116f72218feb8a1dba4f7eef60ae15e4c6 (patch)
tree4841148774221eb7c057f4c98657423aedbdd85c
parent1bb15b2bc9733c78d88a4ba94f7bb7ead24cb73e (diff)
[PATCH] dmasound re-resurrection
Resurrect dmasound: Re-re-add dmasound to the build process (it got removed again in 2.5.71)
-rw-r--r--sound/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/Makefile b/sound/Makefile
index f45fa232ea61..57581eafa2d4 100644
--- a/sound/Makefile
+++ b/sound/Makefile
@@ -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)