diff options
Diffstat (limited to 'net/bluetooth/rfcomm/Makefile')
-rw-r--r-- | net/bluetooth/rfcomm/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/bluetooth/rfcomm/Makefile b/net/bluetooth/rfcomm/Makefile new file mode 100644 index 000000000000..aecec45ec68d --- /dev/null +++ b/net/bluetooth/rfcomm/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Makefile for the Linux Bluetooth RFCOMM layer. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_BT_RFCOMM) += rfcomm.o | ||
6 | |||
7 | rfcomm-y := core.o sock.o crc.o | ||
8 | rfcomm-$(CONFIG_BT_RFCOMM_TTY) += tty.o | ||