mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-25 17:19:07 +00: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
|