|
From: Fredrik S. <fre...@us...> - 2001-12-21 12:06:35
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
Makefile 1.27 1.28=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Only include bnep_test.o when UNPLUG and PAN is configured.
The diff of the modified file(s):
--- Makefile 2001/12/18 09:35:13 1.27
+++ Makefile 2001/12/21 12:06:33 1.28
@@ -6,7 +6,11 @@
l2cap.o l2cap_con.o l2cap_sec.o rfcomm.o rfcomm_sec.o \
sec_client.o sdp.o tcs.o test.o
=20
-TOBJS =3D unplug_test.o bnep_test.o
+TOBJS =3D unplug_test.o
+
+ifdef CONFIG_BLUETOOTH_PAN
+TOBJS +=3D bnep_test.o
+endif
=20
BOBJS =3D bcsp.o bcsp_datagram.o bcsp_integrity.o bcsp_mux.o \
bcsp_sequence.o bcsp_slip.o
|