patch-2.3.14 linux/drivers/sound/Makefile
Next file: linux/drivers/sound/dmasound.c
Previous file: linux/drivers/scsi/sun3x_esp.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Thu Aug 12 12:18:32 1999
- Orig file:
v2.3.13/linux/drivers/sound/Makefile
- Orig date:
Mon Aug 9 14:59:23 1999
diff -u --recursive --new-file v2.3.13/linux/drivers/sound/Makefile linux/drivers/sound/Makefile
@@ -141,19 +141,19 @@
# Translate to Rules.make lists.
-L_TARGET := sound.a
+O_TARGET := sounddrivers.o
# This is a nice idea but needs depmod altering
#MOD_LIST_NAME := SOUND_MODULES
-L_OBJS := $(sort $(filter-out $(export-objs), $(obj-y)))
-LX_OBJS := $(sort $(filter $(export-objs), $(obj-y)))
+O_OBJS := $(filter-out $(export-objs), $(obj-y))
+OX_OBJS := $(filter $(export-objs), $(obj-y))
M_OBJS := $(sort $(filter-out $(export-objs), $(obj-m)))
MX_OBJS := $(sort $(filter $(export-objs), $(obj-m)))
MI_OBJS := $(sort $(filter-out $(export-objs), $(int-m)))
MIX_OBJS := $(sort $(filter $(export-objs), $(int-m)))
ifeq ($(CONFIG_LOWLEVEL_SOUND),y)
- L_OBJS += lowlevel/lowlevel.o
+ O_OBJS += lowlevel/lowlevel.o
endif
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)