Alan Tull | 6a8c3be | 2015-10-07 16:36:28 +0100 | [diff] [blame] | 1 | # |
2 | # Makefile for the fpga framework and fpga manager drivers. | ||||
3 | # | ||||
4 | |||||
5 | # Core FPGA Manager Framework | ||||
6 | obj-$(CONFIG_FPGA) += fpga-mgr.o | ||||
7 | |||||
8 | # FPGA Manager Drivers | ||||
Alan Tull | fab6266 | 2015-10-07 16:36:29 +0100 | [diff] [blame^] | 9 | obj-$(CONFIG_FPGA_MGR_SOCFPGA) += socfpga.o |