c05564c4d8
Android 13
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
|