#
# Makefile for the Linux Bluetooth CMTP layer
#

O_TARGET := cmtp.o

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

include $(TOPDIR)/Rules.make
