diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-10-28 19:20:36 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-10-28 19:20:36 +0200 |
commit | 408c1ce2716c7a004851c93f9f9dcf3d763bc240 (patch) | |
tree | 11e086c44c2f313e27cec46c7ad799b7614b01c9 /net/bluetooth/rfcomm/Makefile | |
parent | 741b2252a5e14d6c60a913c77a6099abe73a854a (diff) |
[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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/rfcomm/Makefile b/net/bluetooth/rfcomm/Makefile index aecec45ec68..fe07988a370 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 |