summaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm/Makefile
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-28 21:20:36 +0400
committerMarcel Holtmann <marcel@holtmann.org>2005-10-28 21:20:36 +0400
commit408c1ce2716c7a004851c93f9f9dcf3d763bc240 (patch)
tree11e086c44c2f313e27cec46c7ad799b7614b01c9 /net/bluetooth/rfcomm/Makefile
parent741b2252a5e14d6c60a913c77a6099abe73a854a (diff)
downloadlinux-408c1ce2716c7a004851c93f9f9dcf3d763bc240.tar.xz
[Bluetooth] Move CRC table into RFCOMM core
This patch moves rfcomm_crc_table[] into the RFCOMM core, because there is no need to keep it in a separate file. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/rfcomm/Makefile')
-rw-r--r--net/bluetooth/rfcomm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/rfcomm/Makefile b/net/bluetooth/rfcomm/Makefile
index aecec45ec68d..fe07988a3705 100644
--- a/net/bluetooth/rfcomm/Makefile
+++ b/net/bluetooth/rfcomm/Makefile
@@ -4,5 +4,5 @@
obj-$(CONFIG_BT_RFCOMM) += rfcomm.o
-rfcomm-y := core.o sock.o crc.o
+rfcomm-y := core.o sock.o
rfcomm-$(CONFIG_BT_RFCOMM_TTY) += tty.o