8 lines
111 B
Makefile
Executable File
8 lines
111 B
Makefile
Executable File
#
|
|
# Makefile for the Linux Bluetooth HIDP layer
|
|
#
|
|
|
|
obj-$(CONFIG_BT_HIDP) += hidp.o
|
|
|
|
hidp-objs := core.o sock.o
|