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