📄 makefile
字号:
## Makefile for the Linux Bluetooth subsystem#O_TARGET := bluetooth.olist-multi := bluez.oexport-objs := syms.o l2cap.obluez-objs := af_bluetooth.o hci_core.o hci_conn.o hci_event.o hci_sock.o lib.o syms.oobj-$(CONFIG_BLUEZ) += bluez.oobj-$(CONFIG_BLUEZ_L2CAP) += l2cap.oobj-$(CONFIG_BLUEZ_SCO) += sco.osubdir-$(CONFIG_BLUEZ_RFCOMM) += rfcommsubdir-$(CONFIG_BLUEZ_BNEP) += bnepsubdir-$(CONFIG_BLUEZ_CMTP) += cmtpifeq ($(CONFIG_BLUEZ_RFCOMM),y)obj-y += rfcomm/rfcomm.oendififeq ($(CONFIG_BLUEZ_BNEP),y)obj-y += bnep/bnep.oendifinclude $(TOPDIR)/Rules.makebluez.o: $(bluez-objs) $(LD) -r -o $@ $(bluez-objs)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -