mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-30 23:58:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all:
 | |
| 
 | |
| run_tests:
 | |
| 	@/bin/bash ./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]"
 | |
| 
 | |
| run_full_test:
 | |
| 	@/bin/bash ./on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
 | |
| 
 | |
| clean:
 | 
