summaryrefslogtreecommitdiff
path: root/net/bluetooth/cmtp/Makefile
blob: 890a9a5a6861c9f00e4ef36474a4d59d142ebefc (plain)
1
2
3
4
5
6
7
#
# Makefile for the Linux Bluetooth CMTP layer
#

obj-$(CONFIG_BT_CMTP) += cmtp.o

cmtp-objs := core.o sock.o capi.o
;rostedt@goodmis.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>