Files
linux-apfs/net/bluetooth/rfcomm/Makefile
T

9 lines
159 B
Makefile
Raw Normal View History

2005-04-16 15:20:36 -07:00
#
# Makefile for the Linux Bluetooth RFCOMM layer.
#
obj-$(CONFIG_BT_RFCOMM) += rfcomm.o
2005-10-28 19:20:36 +02:00
rfcomm-y := core.o sock.o
2005-04-16 15:20:36 -07:00
rfcomm-$(CONFIG_BT_RFCOMM_TTY) += tty.o