patch-2.4.21 linux-2.4.21/net/bluetooth/rfcomm/Makefile
Next file: linux-2.4.21/net/bluetooth/rfcomm/core.c
Previous file: linux-2.4.21/net/bluetooth/rfcomm/Config.in
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
2003-06-13 07:51:39.000000000 -0700
- Orig file:
linux-2.4.20/net/bluetooth/rfcomm/Makefile
- Orig date:
1969-12-31 16:00:00.000000000 -0800
diff -urN linux-2.4.20/net/bluetooth/rfcomm/Makefile linux-2.4.21/net/bluetooth/rfcomm/Makefile
@@ -0,0 +1,11 @@
+#
+# Makefile for the Linux Bluetooth RFCOMM layer
+#
+
+O_TARGET := rfcomm.o
+
+obj-y := core.o sock.o crc.o
+obj-$(CONFIG_BLUEZ_RFCOMM_TTY) += tty.o
+obj-m += $(O_TARGET)
+
+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)