⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bt.patch

📁 这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的
💻 PATCH
字号:
Index: Config.in===================================================================RCS file: /usr/local/cvs/linux/os/linux/arch/cris/drivers/Config.in,vretrieving revision 1.46diff -u -d -r1.46 Config.in--- Config.in	11 Oct 2002 16:14:33 -0000	1.46+++ Config.in	31 Oct 2002 08:44:37 -0000@@ -317,3 +317,8 @@ fi  endmenu++# The following if statement was added by arch/cris/drivers/bluetooth/Makefile+if [ "$CONFIG_ETRAX_SERIAL" = "y" ]; then+  source arch/cris/drivers/bluetooth/src/Config.in+fiIndex: Makefile===================================================================RCS file: /usr/local/cvs/linux/os/linux/arch/cris/drivers/Makefile,vretrieving revision 1.20diff -u -d -r1.20 Makefile--- Makefile	14 Aug 2002 18:32:33 -0000	1.20+++ Makefile	31 Oct 2002 08:44:37 -0000@@ -24,5 +24,9 @@ obj-$(CONFIG_ETRAX_ETHERNET_LPSLAVE)    += lpslave/lpslavedrivers.o subdir-$(CONFIG_ETRAX_ETHERNET_LPSLAVE) += lpslave +# The following two lines were added by arch/cris/drivers/bluetooth/Makefile+obj-$(CONFIG_BLUETOOTH)                 += bluetooth/src/bt.o+subdir-$(CONFIG_BLUETOOTH)              += bluetooth/src+ include $(TOPDIR)/Rules.make 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -