8 lines
		
	
	
		
			118 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			118 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for the Linux Bluetooth HIDP layer
 | 
						|
#
 | 
						|
 | 
						|
obj-$(CONFIG_COMPAT_BT_HIDP) += hidp.o
 | 
						|
 | 
						|
hidp-objs := core.o sock.o
 |