patch-2.4.0-prerelease linux/drivers/sound/dmasound/Makefile

Next file: linux/drivers/sound/emu10k1/Makefile
Previous file: linux/drivers/sound/cs4281.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/drivers/sound/dmasound/Makefile linux/drivers/sound/dmasound/Makefile
@@ -7,29 +7,12 @@
 #
 # Note 2! The CFLAGS definitions are now in the main makefile...
 
-O_TARGET    :=
-O_OBJS      :=
-OX_OBJS     :=
-M_OBJS      :=
-MX_OBJS     :=
-
 export-objs := dmasound_core.o
 
 obj-$(CONFIG_DMASOUND_ATARI)  += dmasound_core.o dmasound_atari.o
 obj-$(CONFIG_DMASOUND_AWACS)  += dmasound_core.o dmasound_awacs.o
 obj-$(CONFIG_DMASOUND_PAULA)  += dmasound_core.o dmasound_paula.o
 obj-$(CONFIG_DMASOUND_Q40)    += dmasound_core.o dmasound_q40.o
-
-# Files that are both resident and modular: remove from modular.
-
-obj-m       := $(filter-out $(obj-y), $(obj-m))
-
-# Translate to Rules.make lists.
-
-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)))
 
 ifeq ($(CONFIG_DMASOUND),y)
   O_TARGET = dmasound.o

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)