|
From: Peter K. <pk...@us...> - 2001-06-06 15:52:14
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Makefile 1.21 1.22=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Check for CONFIG_BLUETOOTH_SUPPORT_BCSP instead of CONFIG_BLUETOOTH_USE_BCSP. The diff of the modified file(s): --- Makefile 2001/05/17 11:15:04 1.21 +++ Makefile 2001/06/06 15:52:13 1.22 @@ -20,11 +20,11 @@ =20 # For 2.4.x obj-$(CONFIG_BLUETOOTH) +=3D $(OBJS) -obj-$(CONFIG_BLUETOOTH_USE_BCSP) +=3D $(BOBJS) +obj-$(CONFIG_BLUETOOTH_SUPPORT_BCSP) +=3D $(BOBJS) =20 # For 2.0.x and 2.2.x O_OBJS =3D $(OBJS) -ifdef CONFIG_BLUETOOTH_USE_BCSP +ifdef CONFIG_BLUETOOTH_SUPPORT_BCSP O_OBJS +=3D $(BOBJS) endif M_OBJS =3D $(O_TARGET) |