kernel_samsung_a34x-permissive/net/bluetooth/rfcomm/Makefile
2024-04-28 15:49:01 +02:00

9 lines
159 B
Makefile
Executable file

#
# Makefile for the Linux Bluetooth RFCOMM layer.
#
obj-$(CONFIG_BT_RFCOMM) += rfcomm.o
rfcomm-y := core.o sock.o
rfcomm-$(CONFIG_BT_RFCOMM_TTY) += tty.o