mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-30 23:58:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			209 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			209 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Chelsio T1 driver
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_CHELSIO_T1) += cxgb.o
 | |
| 
 | |
| cxgb-$(CONFIG_CHELSIO_T1_1G) += mv88e1xxx.o vsc7326.o
 | |
| cxgb-objs := cxgb2.o espi.o tp.o pm3393.o sge.o subr.o \
 | |
| 	     mv88x201x.o my3126.o $(cxgb-y)
 | 
