#
# Makefile for the Linux Bluetooth HIDP layer
#

O_TARGET := hidp.o

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

include $(TOPDIR)/Rules.make
