diff options
Diffstat (limited to 'net/bluetooth/hidp/Makefile')
-rw-r--r-- | net/bluetooth/hidp/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/bluetooth/hidp/Makefile b/net/bluetooth/hidp/Makefile new file mode 100644 index 000000000..f41b0aa02 --- /dev/null +++ b/net/bluetooth/hidp/Makefile @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Makefile for the Linux Bluetooth HIDP layer +# + +obj-$(CONFIG_BT_HIDP) += hidp.o + +hidp-objs := core.o sock.o |