mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-17 10:04:14 +08:00
9 lines
165 B
Makefile
9 lines
165 B
Makefile
|
#
|
||
|
# Makefile for the Linux Bluetooth RFCOMM layer.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_BT_RFCOMM) += rfcomm.o
|
||
|
|
||
|
rfcomm-y := core.o sock.o crc.o
|
||
|
rfcomm-$(CONFIG_BT_RFCOMM_TTY) += tty.o
|