patch-2.1.67 linux/drivers/sound/lowlevel/Makefile
Next file: linux/drivers/sound/lowlevel/README.awe
Previous file: linux/drivers/sound/lowlevel/ChangeLog.awe
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Sat Nov 29 10:33:20 1997
- Orig file:
v2.1.66/linux/drivers/sound/lowlevel/Makefile
- Orig date:
Wed Nov 12 13:34:26 1997
diff -u --recursive --new-file v2.1.66/linux/drivers/sound/lowlevel/Makefile linux/drivers/sound/lowlevel/Makefile
@@ -3,15 +3,19 @@
ALLOBJS = init.o aci.o awe_wave.o aedsp16.o
OBJS = init.o
-ifdef CONFIG_LOWLEVEL_SOUND
-ifdef CONFIG_ACI_MIXER
-OBJS := $(OBJS) aci.o
+ifeq ($(CONFIG_LOWLEVEL_SOUND),y)
+ifeq ($(CONFIG_ACI_MIXER),y)
+ OBJS := $(OBJS) aci.o
endif
-ifdef CONFIG_AWE32_SYNTH
+ifeq ($(CONFIG_AWE32_SYNTH),y)
OBJS := $(OBJS) awe_wave.o
+else
+ ifeq ($(CONFIG_AWE32_SYNTH),m)
+ MX_OBJS := $(MX_OBJS) awe_wave.o
+ endif
endif
-ifdef CONFIG_AEDSP16
-OBJS := $(OBJS) aedsp16.o
+ifeq ($(CONFIG_AEDSP16),y)
+ OBJS := $(OBJS) aedsp16.o
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov