import of ftp.dlink.com/GPL/DSMG-600_reB/ppclinux.tar.gz
[linux-2.4.21-pre4.git] / net / bluetooth / rfcomm / Makefile
1 #
2 # Makefile for the Linux Bluetooth RFCOMM layer
3 #
4
5 O_TARGET := rfcomm.o
6
7 obj-y                           := core.o sock.o crc.o
8 obj-$(CONFIG_BLUEZ_RFCOMM_TTY)  += tty.o
9 obj-m                           += $(O_TARGET)
10
11 include $(TOPDIR)/Rules.make