mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 16:18: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
				
			
		
							
								
								
									
										15
									
								
								drivers/net/ethernet/intel/Makefile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								drivers/net/ethernet/intel/Makefile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,15 @@ | |||
| #
 | ||||
| # Makefile for the Intel network device drivers.
 | ||||
| #
 | ||||
| 
 | ||||
| obj-$(CONFIG_E100) += e100.o | ||||
| obj-$(CONFIG_E1000) += e1000/ | ||||
| obj-$(CONFIG_E1000E) += e1000e/ | ||||
| obj-$(CONFIG_IGB) += igb/ | ||||
| obj-$(CONFIG_IGBVF) += igbvf/ | ||||
| obj-$(CONFIG_IXGBE) += ixgbe/ | ||||
| obj-$(CONFIG_IXGBEVF) += ixgbevf/ | ||||
| obj-$(CONFIG_I40E) += i40e/ | ||||
| obj-$(CONFIG_IXGB) += ixgb/ | ||||
| obj-$(CONFIG_I40EVF) += i40evf/ | ||||
| obj-$(CONFIG_FM10K) += fm10k/ | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228