|
From: Mattias A. <mat...@us...> - 2001-03-30 09:47:17
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
Makefile 1.19 1.20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
* added test.o (for unplug tests)
The diff of the modified file(s):
--- Makefile 2001/03/12 16:23:20 1.19
+++ Makefile 2001/03/30 09:47:15 1.20
@@ -8,7 +8,7 @@
=20
OBJS =3D bluetooth.o bt_proc.o btdebug.o btmem.o hci.o hci_vendor.o \
l2cap.o l2cap_con.o l2cap_sec.o rfcomm.o rfcomm_sec.o \
- sec_client.o sdp.o tcs.o=20
+ sec_client.o sdp.o tcs.o test.o
=20
ifeq ($(TOPDIR)/Rules.make,$(wildcard $(TOPDIR)/Rules.make))
=20
|