xref: /linux/net/bluetooth/cmtp/Makefile (revision 4413e16d9d21673bb5048a2e542f1aaa00015c2e)
1#
2# Makefile for the Linux Bluetooth CMTP layer
3#
4
5obj-$(CONFIG_BT_CMTP) += cmtp.o
6
7cmtp-objs := core.o sock.o capi.o
8