blob: 80cb215826e878b7f9bc306bd02f38e243bf1e4a [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/
10
Ulisses Furquimf1e91e12011-12-21 01:32:09 -020011bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o \
Andrei Emeltchenko466f8002012-05-29 13:59:01 +030012 hci_sock.o hci_sysfs.o l2cap_core.o l2cap_sock.o smp.o sco.o lib.o \
Jukka Rissanen18722c22013-12-11 17:05:37 +020013 a2mp.o amp.o 6lowpan.o
14
Marcel Holtmann922ca1d2013-10-01 22:59:25 -070015subdir-ccflags-y += -D__CHECK_ENDIAN__