mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 07:06:47 +07: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
|