patch-2.3.51 linux/drivers/sound/lowlevel/Makefile
Next file: linux/drivers/sound/lowlevel/README
Previous file: linux/drivers/sound/lowlevel/Config.in
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
v2.3.50/linux/drivers/sound/lowlevel/Makefile
- Orig date:
Sun Jun 7 10:37:41 1998
diff -u --recursive --new-file v2.3.50/linux/drivers/sound/lowlevel/Makefile linux/drivers/sound/lowlevel/Makefile
@@ -1,24 +0,0 @@
-# Makefile for the Linux low-level sound card drivers.
-#
-# 11 Feb 1998, Michael Elizabeth Chastain, <mailto:mec@shout.net>
-# Rewritten to use lists instead of if statements.
-
-export-objs := soundlow.o
-
-list-y :=
-list-m :=
-list-n :=
-list- :=
-
-obj-$(CONFIG_SOUND_OSS) += soundlow.o
-obj-$(CONFIG_ACI_MIXER) += aci.o
-obj-$(CONFIG_AEDSP16) += aedsp16.o
-obj-$(CONFIG_AWE32_SYNTH) += awe_wave.o
-
-O_TARGET := lowlevel.o
-O_OBJS := $(sort $(filter-out $(export-objs), $(obj-y)))
-OX_OBJS := $(sort $(filter $(export-objs), $(obj-y)))
-M_OBJS := $(sort $(filter-out $(export-objs), $(obj-m)))
-MX_OBJS := $(sort $(filter $(export-objs), $(obj-m)))
-
-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)