mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	This commit adds FPGA Manager support for the Xilinx Zynq chip. The code borrows some from the xdevcfg driver in Xilinx' vendor tree. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			247 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			247 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for the fpga framework and fpga manager drivers.
 | 
						|
#
 | 
						|
 | 
						|
# Core FPGA Manager Framework
 | 
						|
obj-$(CONFIG_FPGA)			+= fpga-mgr.o
 | 
						|
 | 
						|
# FPGA Manager Drivers
 | 
						|
obj-$(CONFIG_FPGA_MGR_SOCFPGA)		+= socfpga.o
 | 
						|
obj-$(CONFIG_FPGA_MGR_ZYNQ_FPGA)	+= zynq-fpga.o
 |