URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [net/] [bluetooth/] [hidp/] [Makefile] - Rev 67
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for the Linux Bluetooth HIDP layer
#
obj-$(CONFIG_BT_HIDP) += hidp.o
hidp-objs := core.o sock.o
Go to most recent revision | Compare with Previous | Blame | View Log