mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	 4aad8f51d0
			
		
	
	
		4aad8f51d0
		
	
	
	
	
		
			
			Add an example of how to add a dynamic kdb shell command via a kernel module. Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Makefile for Linux samples code
 | |
| 
 | |
| obj-$(CONFIG_SAMPLES)	+= kobject/ kprobes/ tracepoints/ trace_events/ \
 | |
| 			   hw_breakpoint/ kfifo/ kdb/
 |