7 lines
		
	
	
		
			241 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			241 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Makefile for Linux samples code
 | 
						|
 | 
						|
obj-$(CONFIG_SAMPLES)	+= kobject/ kprobes/ trace_events/ livepatch/ \
 | 
						|
			   hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/ \
 | 
						|
			   configfs/ connector/ v4l/ trace_printk/ \
 | 
						|
			   vfio-mdev/ statx/ qmi/
 |