patch-2.4.19 linux-2.4.19/net/bluetooth/Makefile
Next file: linux-2.4.19/net/bluetooth/af_bluetooth.c
Previous file: linux-2.4.19/net/bluetooth/Config.in
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Fri Aug 2 17:39:46 2002
- Orig file:
linux-2.4.18/net/bluetooth/Makefile
- Orig date:
Mon Jun 11 19:15:27 2001
diff -urN linux-2.4.18/net/bluetooth/Makefile linux-2.4.19/net/bluetooth/Makefile
@@ -3,18 +3,15 @@
#
O_TARGET := bluetooth.o
-list-multi := hci.o l2cap.o
+list-multi := bluez.o
export-objs := syms.o
-hci-objs := af_bluetooth.o hci_core.o hci_sock.o lib.o syms.o
-l2cap-objs := l2cap_core.o l2cap_proc.o
+bluez-objs := af_bluetooth.o hci_core.o hci_conn.o hci_event.o hci_sock.o lib.o syms.o
-obj-$(CONFIG_BLUEZ) += hci.o
+obj-$(CONFIG_BLUEZ) += bluez.o
obj-$(CONFIG_BLUEZ_L2CAP) += l2cap.o
+obj-$(CONFIG_BLUEZ_SCO) += sco.o
include $(TOPDIR)/Rules.make
-hci.o: $(hci-objs)
- $(LD) -r -o $@ $(hci-objs)
-
-l2cap.o: $(l2cap-objs)
- $(LD) -r -o $@ $(l2cap-objs)
+bluez.o: $(bluez-objs)
+ $(LD) -r -o $@ $(bluez-objs)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)