patch-2.4.2 linux/drivers/sound/cs4281/Makefile
Next file: linux/drivers/sound/cs4281/cs4281_hwdefs.h
Previous file: linux/drivers/sound/cmpci.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Sun Feb 4 10:05:29 2001
- Orig file:
v2.4.1/linux/drivers/sound/cs4281/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.1/linux/drivers/sound/cs4281/Makefile linux/drivers/sound/cs4281/Makefile
@@ -0,0 +1,12 @@
+# Makefile for Cirrus Logic-Crystal CS4281
+#
+
+O_TARGET := cs4281.o
+
+obj-y := cs4281m.o
+obj-m := $(O_TARGET)
+
+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)