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

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)