#
# Makefile for the Linux Bluetooth HIDP layer
#

obj-$(CPTCFG_BT_HIDP) += hidp.o

hidp-objs := core.o sock.o
