projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'linus' into x86/memtest
[linux-2.6]
/
net
/
bluetooth
/
rfcomm
/
Makefile
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
8
rfcomm-$(CONFIG_BT_RFCOMM_TTY) += tty.o