mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 08:08:51 +01:00 
			
		
		
		
	Fixed MTP to work with TWRP
This commit is contained in:
		
						commit
						f6dfaef42e
					
				
					 50820 changed files with 20846062 additions and 0 deletions
				
			
		
							
								
								
									
										50
									
								
								tools/testing/selftests/Makefile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										50
									
								
								tools/testing/selftests/Makefile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,50 @@ | |||
| TARGETS = breakpoints | ||||
| TARGETS += cpu-hotplug | ||||
| TARGETS += efivarfs | ||||
| TARGETS += kcmp | ||||
| TARGETS += memfd | ||||
| TARGETS += memory-hotplug | ||||
| TARGETS += mqueue | ||||
| TARGETS += mount | ||||
| TARGETS += net | ||||
| TARGETS += ptrace | ||||
| TARGETS += timers | ||||
| TARGETS += vm | ||||
| TARGETS += powerpc | ||||
| TARGETS += user | ||||
| TARGETS += sysctl | ||||
| TARGETS += firmware | ||||
| TARGETS += ftrace | ||||
| 
 | ||||
| TARGETS_HOTPLUG = cpu-hotplug | ||||
| TARGETS_HOTPLUG += memory-hotplug | ||||
| 
 | ||||
| all: | ||||
| 	for TARGET in $(TARGETS); do \
 | ||||
| 		make -C $$TARGET; \
 | ||||
| 	done; | ||||
| 
 | ||||
| run_tests: all | ||||
| 	for TARGET in $(TARGETS); do \
 | ||||
| 		make -C $$TARGET run_tests; \
 | ||||
| 	done; | ||||
| 
 | ||||
| hotplug: | ||||
| 	for TARGET in $(TARGETS_HOTPLUG); do \
 | ||||
| 		make -C $$TARGET; \
 | ||||
| 	done; | ||||
| 
 | ||||
| run_hotplug: hotplug | ||||
| 	for TARGET in $(TARGETS_HOTPLUG); do \
 | ||||
| 		make -C $$TARGET run_full_test; \
 | ||||
| 	done; | ||||
| 
 | ||||
| clean_hotplug: | ||||
| 	for TARGET in $(TARGETS_HOTPLUG); do \
 | ||||
| 		make -C $$TARGET clean; \
 | ||||
| 	done; | ||||
| 
 | ||||
| clean: | ||||
| 	for TARGET in $(TARGETS); do \
 | ||||
| 		make -C $$TARGET clean; \
 | ||||
| 	done; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228