📄 makefile
字号:
## Makefile for the Bluetooth subsystem#O_TARGET := bluetooth.olist-multi := hci.o l2cap.oexport-objs := syms.ohci-objs := af_bluetooth.o hci_core.o hci_sock.o lib.o syms.ol2cap-objs := l2cap_core.o l2cap_proc.oobj-$(CONFIG_BLUEZ) += hci.oobj-$(CONFIG_BLUEZ_L2CAP) += l2cap.oinclude $(TOPDIR)/Rules.makehci.o: $(hci-objs) $(LD) -r -o $@ $(hci-objs)l2cap.o: $(l2cap-objs) $(LD) -r -o $@ $(l2cap-objs)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -