Blame view

net/bluetooth/Makefile 717 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
  #
  # Makefile for the Linux Bluetooth subsystem.
  #
  
  obj-$(CONFIG_BT)	+= bluetooth.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
6
7
8
9
  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...
10
11
12
  obj-$(CONFIG_BT_6LOWPAN) += bluetooth_6lowpan.o
  
  bluetooth_6lowpan-y := 6lowpan.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
13

f1e91e164   Ulisses Furquim   Bluetooth: Always...
14
  bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o \
ff50e8afc   Arron Wang   Bluetooth: Move S...
15
  	hci_sock.o hci_sysfs.o l2cap_core.o l2cap_sock.o smp.o lib.o \
244bc3775   Arron Wang   Bluetooth: Add BT...
16
  	ecc.o hci_request.o mgmt_util.o
18722c247   Jukka Rissanen   Bluetooth: Enable...
17

ff50e8afc   Arron Wang   Bluetooth: Move S...
18
  bluetooth-$(CONFIG_BT_BREDR) += sco.o
244bc3775   Arron Wang   Bluetooth: Add BT...
19
  bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o
6d5d2ee63   Heiner Kallweit   Bluetooth: add LE...
20
  bluetooth-$(CONFIG_BT_LEDS) += leds.o
035a07d5d   Marcel Holtmann   Bluetooth: Provid...
21
  bluetooth-$(CONFIG_BT_DEBUGFS) += hci_debugfs.o
ee485290c   Marcel Holtmann   Bluetooth: Add su...
22
  bluetooth-$(CONFIG_BT_SELFTEST) += selftest.o
922ca1dfc   Marcel Holtmann   Bluetooth: Enable...
23
  subdir-ccflags-y += -D__CHECK_ENDIAN__