Makefile for sound driver

Randolph Bentson (bentson@grieg.holmsjoen.com)
Thu, 22 Jan 1998 12:13:57 -0800


I've found the following patch necessary and sufficient
to build 2.1.80 for one of my systems which has a cs4232
sound interface on the motherboard.

Randolph Bentson

--- linux/drivers/sound/Makefile.old Thu Jan 22 12:09:43 1998
+++ linux/drivers/sound/Makefile Thu Jan 22 12:05:46 1998
@@ -183,10 +183,10 @@
endif

ifeq ($(CONFIG_CS4232),y)
-LX_OBJS += cs4232.o
+LX_OBJS += cs4232.o ad1848.o
else
ifeq ($(CONFIG_CS4232),m)
- MX_OBJS += cs4232.o
+ MX_OBJS += cs4232.o ad1848.o
endif
endif