Makefile
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
- #
- # Makefile for the Bluetooth subsystem
- #
- O_TARGET := bluetooth.o
- list-multi := bluez.o
- export-objs := syms.o
- bluez-objs := af_bluetooth.o hci_core.o hci_conn.o hci_event.o hci_sock.o lib.o syms.o
- obj-$(CONFIG_BLUEZ) += bluez.o
- obj-$(CONFIG_BLUEZ_L2CAP) += l2cap.o
- obj-$(CONFIG_BLUEZ_SCO) += sco.o
- subdir-$(CONFIG_BLUEZ_BNEP) += bnep
- ifeq ($(CONFIG_BLUEZ_BNEP),y)
- obj-y += bnep/bnep.o
- endif
- include $(TOPDIR)/Rules.make
- bluez.o: $(bluez-objs)
- $(LD) -r -o $@ $(bluez-objs)