lkml.org 
[lkml]   [1998]   [Jan]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectMakefile for sound driver
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

\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.051 / U:0.328 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site