mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 05:54:23 +08:00
8 lines
111 B
Makefile
8 lines
111 B
Makefile
|
#
|
||
|
# Makefile for the Linux Bluetooth HIDP layer
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_BT_HIDP) += hidp.o
|
||
|
|
||
|
hidp-objs := core.o sock.o
|