mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-29 23:28:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			192 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			192 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| CFLAGS += -iquote../../../../include/uapi -Wall
 | |
| peeksiginfo: peeksiginfo.c
 | |
| 
 | |
| all: peeksiginfo
 | |
| 
 | |
| clean:
 | |
| 	rm -f peeksiginfo
 | |
| 
 | |
| run_tests: all
 | |
| 	@./peeksiginfo || echo "peeksiginfo selftests: [FAIL]"
 | 
