makefile
来自「Linux Kernel 2.6.9 for OMAP1710」· 代码 · 共 14 行
TXT
14 行
## Makefile for the Linux Bluetooth subsystem.#obj-$(CONFIG_BT) += bluetooth.oobj-$(CONFIG_BT_L2CAP) += l2cap.oobj-$(CONFIG_BT_SCO) += sco.oobj-$(CONFIG_BT_RFCOMM) += rfcomm/obj-$(CONFIG_BT_BNEP) += bnep/obj-$(CONFIG_BT_CMTP) += cmtp/obj-$(CONFIG_BT_HIDP) += hidp/bluetooth-objs := af_bluetooth.o hci_core.o hci_conn.o hci_event.o hci_sock.o hci_sysfs.o lib.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?