mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-29 23:28:52 +01:00 
			
		
		
		
	Fixed MTP to work with TWRP
This commit is contained in:
		
						commit
						f6dfaef42e
					
				
					 50820 changed files with 20846062 additions and 0 deletions
				
			
		
							
								
								
									
										17
									
								
								arch/powerpc/perf/Makefile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								arch/powerpc/perf/Makefile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,17 @@ | |||
| subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror | ||||
| 
 | ||||
| obj-$(CONFIG_PERF_EVENTS)	+= callchain.o | ||||
| 
 | ||||
| obj-$(CONFIG_PPC_PERF_CTRS)	+= core-book3s.o bhrb.o | ||||
| obj64-$(CONFIG_PPC_PERF_CTRS)	+= power4-pmu.o ppc970-pmu.o power5-pmu.o \
 | ||||
| 				   power5+-pmu.o power6-pmu.o power7-pmu.o \
 | ||||
| 				   power8-pmu.o | ||||
| obj32-$(CONFIG_PPC_PERF_CTRS)	+= mpc7450-pmu.o | ||||
| 
 | ||||
| obj-$(CONFIG_FSL_EMB_PERF_EVENT) += core-fsl-emb.o | ||||
| obj-$(CONFIG_FSL_EMB_PERF_EVENT_E500) += e500-pmu.o e6500-pmu.o | ||||
| 
 | ||||
| obj-$(CONFIG_HV_PERF_CTRS) += hv-24x7.o hv-gpci.o hv-common.o | ||||
| 
 | ||||
| obj-$(CONFIG_PPC64)		+= $(obj64-y) | ||||
| obj-$(CONFIG_PPC32)		+= $(obj32-y) | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228