Blame view

net/bluetooth/Makefile 775 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2
3
4
5
6
  #
  # Makefile for the Linux Bluetooth subsystem.
  #
  
  obj-$(CONFIG_BT)	+= bluetooth.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
7
8
9
10
  obj-$(CONFIG_BT_RFCOMM)	+= rfcomm/
  obj-$(CONFIG_BT_BNEP)	+= bnep/
  obj-$(CONFIG_BT_CMTP)	+= cmtp/
  obj-$(CONFIG_BT_HIDP)	+= hidp/
5547e48c0   Jukka Rissanen   Bluetooth: 6LoWPA...
11
12
13
  obj-$(CONFIG_BT_6LOWPAN) += bluetooth_6lowpan.o
  
  bluetooth_6lowpan-y := 6lowpan.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
14

f1e91e164   Ulisses Furquim   Bluetooth: Always...
15
  bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o \
ff50e8afc   Arron Wang   Bluetooth: Move S...
16
  	hci_sock.o hci_sysfs.o l2cap_core.o l2cap_sock.o smp.o lib.o \
17896406f   Alain Michaud   Bluetooth: implem...
17
  	ecdh_helper.o hci_request.o mgmt_util.o mgmt_config.o
18722c247   Jukka Rissanen   Bluetooth: Enable...
18

ff50e8afc   Arron Wang   Bluetooth: Move S...
19
  bluetooth-$(CONFIG_BT_BREDR) += sco.o
244bc3775   Arron Wang   Bluetooth: Add BT...
20
  bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o
6d5d2ee63   Heiner Kallweit   Bluetooth: add LE...
21
  bluetooth-$(CONFIG_BT_LEDS) += leds.o
145373cb1   Miao-chen Chou   Bluetooth: Add fr...
22
  bluetooth-$(CONFIG_BT_MSFTEXT) += msft.o
035a07d5d   Marcel Holtmann   Bluetooth: Provid...
23
  bluetooth-$(CONFIG_BT_DEBUGFS) += hci_debugfs.o
ee485290c   Marcel Holtmann   Bluetooth: Add su...
24
  bluetooth-$(CONFIG_BT_SELFTEST) += selftest.o