blob: 886e9aa3ecf1ffa3d7cd93d7aea873bfb25b5c1e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the Linux Bluetooth subsystem.
3#
4
5obj-$(CONFIG_BT) += bluetooth.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07006obj-$(CONFIG_BT_RFCOMM) += rfcomm/
7obj-$(CONFIG_BT_BNEP) += bnep/
8obj-$(CONFIG_BT_CMTP) += cmtp/
9obj-$(CONFIG_BT_HIDP) += hidp/
Jukka Rissanen5547e482014-06-18 16:37:09 +030010obj-$(CONFIG_BT_6LOWPAN) += bluetooth_6lowpan.o
11
12bluetooth_6lowpan-y := 6lowpan.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Ulisses Furquimf1e91e12011-12-21 01:32:09 -020014bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o \
Andrei Emeltchenko466f8002012-05-29 13:59:01 +030015 hci_sock.o hci_sysfs.o l2cap_core.o l2cap_sock.o smp.o sco.o lib.o \
Alexander Aring97550882014-03-04 10:23:02 +010016 a2mp.o amp.o
Jukka Rissanen18722c22013-12-11 17:05:37 +020017
Marcel Holtmann922ca1d2013-10-01 22:59:25 -070018subdir-ccflags-y += -D__CHECK_ENDIAN__