11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Makefile for the Linux Bluetooth subsystem. 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 51da177e4SLinus Torvaldsobj-$(CONFIG_BT) += bluetooth.o 61da177e4SLinus Torvaldsobj-$(CONFIG_BT_RFCOMM) += rfcomm/ 71da177e4SLinus Torvaldsobj-$(CONFIG_BT_BNEP) += bnep/ 81da177e4SLinus Torvaldsobj-$(CONFIG_BT_CMTP) += cmtp/ 91da177e4SLinus Torvaldsobj-$(CONFIG_BT_HIDP) += hidp/ 10*5547e48cSJukka Rissanenobj-$(CONFIG_BT_6LOWPAN) += bluetooth_6lowpan.o 11*5547e48cSJukka Rissanen 12*5547e48cSJukka Rissanenbluetooth_6lowpan-y := 6lowpan.o 131da177e4SLinus Torvalds 14f1e91e16SUlisses Furquimbluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o \ 15466f8004SAndrei Emeltchenko hci_sock.o hci_sysfs.o l2cap_core.o l2cap_sock.o smp.o sco.o lib.o \ 1697550887SAlexander Aring a2mp.o amp.o 1718722c24SJukka Rissanen 18922ca1dfSMarcel Holtmannsubdir-ccflags-y += -D__CHECK_ENDIAN__ 19