Revision ef954844c7ace62f773f4f23e28d2d915adc419f authored by Linus Torvalds on 13 August 2017, 23:01:32 UTC, committed by Linus Torvalds on 13 August 2017, 23:01:32 UTC
1 parent b2298fc
Raw File
Makefile
#
# Makefile for the Linux Bluetooth HIDP layer
#

obj-$(CONFIG_BT_HIDP) += hidp.o

hidp-objs := core.o sock.o
back to top