Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the Linux Bluetooth RFCOMM layer. | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_BT_RFCOMM) += rfcomm.o | ||||
6 | |||||
Marcel Holtmann | 408c1ce | 2005-10-28 19:20:36 +0200 | [diff] [blame] | 7 | rfcomm-y := core.o sock.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | rfcomm-$(CONFIG_BT_RFCOMM_TTY) += tty.o |