makefile

来自「基于liunx的蓝牙协议栈源代码版本為2.13,可以方便的下載和移植!」· 代码 · 共 32 行

TXT
32
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?