patch-2.2.17 linux/drivers/sound/emu10k1/Makefile
Next file: linux/drivers/sound/emu10k1/audio.c
Previous file: linux/drivers/sound/emu10k1/8010.h
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Mon Sep 4 18:39:21 2000
- Orig file:
v2.2.16/drivers/sound/emu10k1/Makefile
- Orig date:
Thu Jan 1 01:00:00 1970
diff -u --recursive --new-file v2.2.16/drivers/sound/emu10k1/Makefile linux/drivers/sound/emu10k1/Makefile
@@ -0,0 +1,27 @@
+# Makefile for Creative Labs SBLive!
+#
+# 19 Apr 2000 Rui Sousa
+
+ifeq ($(CONFIG_SOUND_EMU10K1),y)
+ O_TARGET := emu10k1.o
+ O_OBJS = audio.o cardmi.o cardmo.o cardwi.o cardwo.o emuadxmg.o \
+ emu_wrapper.o hwaccess.o irqmgr.o main.o midi.o mixer.o \
+ recmgr.o timer.o voicemgr.o
+else
+ ifeq ($(CONFIG_SOUND_EMU10K1),m)
+ M_OBJS := emu10k1.o
+ O_TARGET := emu10k1.o
+ O_OBJS = audio.o cardmi.o cardmo.o cardwi.o cardwo.o emuadxmg.o \
+ emu_wrapper.o hwaccess.o irqmgr.o main.o midi.o mixer.o \
+ recmgr.o timer.o voicemgr.o
+ endif
+endif
+
+ifdef DEBUG
+ EXTRA_CFLAGS += -DEMU10K1_DEBUG
+endif
+
+include $(TOPDIR)/Rules.make
+
+clean:
+ rm -f core *.o *.a *.s
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)