#
# Makefile for RFCOMM protocol
#

O_TARGET := rfcomm.o

obj-y	 := core.o sock.o tty.o crc.o
obj-m    += $(O_TARGET)

include $(TOPDIR)/Rules.make
