git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
		
			
				
	
	
		
			11 lines
		
	
	
		
			398 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			398 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the network team driver
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_NET_TEAM) += team.o
 | |
| obj-$(CONFIG_NET_TEAM_MODE_BROADCAST) += team_mode_broadcast.o
 | |
| obj-$(CONFIG_NET_TEAM_MODE_ROUNDROBIN) += team_mode_roundrobin.o
 | |
| obj-$(CONFIG_NET_TEAM_MODE_RANDOM) += team_mode_random.o
 | |
| obj-$(CONFIG_NET_TEAM_MODE_ACTIVEBACKUP) += team_mode_activebackup.o
 | |
| obj-$(CONFIG_NET_TEAM_MODE_LOADBALANCE) += team_mode_loadbalance.o
 |