|
From: Anders J. <and...@us...> - 2002-01-24 16:09:27
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
Makefile 1.28 1.29=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
* Changed to include bnep if PAN is defined.
The diff of the modified file(s):
--- Makefile 2001/12/21 12:06:33 1.28
+++ Makefile 2002/01/24 16:09:25 1.29
@@ -15,7 +15,7 @@
BOBJS =3D bcsp.o bcsp_datagram.o bcsp_integrity.o bcsp_mux.o \
bcsp_sequence.o bcsp_slip.o
=20
-POBJS =3D bnep.o # bnep_proc.o bnep_status_proc.o
+POBJS =3D bnep.o bnep_status_proc.o
=20
ifeq ($(TOPDIR)/Rules.make,$(wildcard $(TOPDIR)/Rules.make))
=20
|