1Index: Config.in 2=================================================================== 3RCS file: /usr/local/cvs/linux/os/linux/arch/cris/drivers/Config.in,v 4retrieving revision 1.46 5diff -u -d -r1.46 Config.in 6--- Config.in 11 Oct 2002 16:14:33 -0000 1.46 7+++ Config.in 31 Oct 2002 08:44:37 -0000 8@@ -317,3 +317,8 @@ 9 fi 10 11 endmenu 12+ 13+# The following if statement was added by arch/cris/drivers/bluetooth/Makefile 14+if [ "$CONFIG_ETRAX_SERIAL" = "y" ]; then 15+ source arch/cris/drivers/bluetooth/src/Config.in 16+fi 17Index: Makefile 18=================================================================== 19RCS file: /usr/local/cvs/linux/os/linux/arch/cris/drivers/Makefile,v 20retrieving revision 1.20 21diff -u -d -r1.20 Makefile 22--- Makefile 14 Aug 2002 18:32:33 -0000 1.20 23+++ Makefile 31 Oct 2002 08:44:37 -0000 24@@ -24,5 +24,9 @@ 25 obj-$(CONFIG_ETRAX_ETHERNET_LPSLAVE) += lpslave/lpslavedrivers.o 26 subdir-$(CONFIG_ETRAX_ETHERNET_LPSLAVE) += lpslave 27 28+# The following two lines were added by arch/cris/drivers/bluetooth/Makefile 29+obj-$(CONFIG_BLUETOOTH) += bluetooth/src/bt.o 30+subdir-$(CONFIG_BLUETOOTH) += bluetooth/src 31+ 32 include $(TOPDIR)/Rules.make 33 34