mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
				synced 2025-11-04 07:44:51 +10:00 
			
		
		
		
	Add a driver for IBM GX bus InfiniBand adapters, which are usable with some pSeries/System p systems. Signed-off-by: Heiko J Schick <schickhj.ibm.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			294 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			294 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
obj-$(CONFIG_INFINIBAND)		+= core/
 | 
						|
obj-$(CONFIG_INFINIBAND_MTHCA)		+= hw/mthca/
 | 
						|
obj-$(CONFIG_IPATH_CORE)		+= hw/ipath/
 | 
						|
obj-$(CONFIG_INFINIBAND_EHCA)		+= hw/ehca/
 | 
						|
obj-$(CONFIG_INFINIBAND_IPOIB)		+= ulp/ipoib/
 | 
						|
obj-$(CONFIG_INFINIBAND_SRP)		+= ulp/srp/
 | 
						|
obj-$(CONFIG_INFINIBAND_ISER)		+= ulp/iser/
 |