patch-2.0.1 linux/drivers/sound/.objects

Next file: linux/drivers/sound/.version
Previous file: linux/drivers/sound/.object_files
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.0/linux/drivers/sound/.objects linux/drivers/sound/.objects
@@ -29,7 +29,7 @@
 endif
 
 ifdef CONFIG_MAD16
-	OBJS := $(OBJS)  mad16.o mad16_sb_midi.o
+	OBJS := $(OBJS)  mad16.o
 endif
 
 ifdef CONFIG_MAUI
@@ -65,11 +65,11 @@
 endif
 
 ifdef CONFIG_SB
-	OBJS := $(OBJS)  sb16_midi.o sb_card.o sb_dsp.o sb_midi.o sb_mixer.o
-	OBJS := $(OBJS)  sb_card.o
-	OBJS := $(OBJS)  sb_dsp.o sb16_dsp.o
-	OBJS := $(OBJS)  sb_midi.o
-	OBJS := $(OBJS)  sb_mixer.o
+	OBJS := $(OBJS) sb_card.o 
+endif
+
+ifdef CONFIG_SBDSP
+	OBJS := $(OBJS) sb_common.o sb_audio.o sb_mixer.o sb_midi.o
 endif
 
 ifdef CONFIG_SEQUENCER
@@ -94,4 +94,8 @@
 
 ifdef CONFIG_UART6850
 	OBJS := $(OBJS)  uart6850.o
+endif
+
+ifdef CONFIG_UART401
+	OBJS := $(OBJS)  uart401.o
 endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov