summaryrefslogtreecommitdiff
path: root/drivers/fpga/Makefile
diff options
context:
space:
mode:
authorTien Fong Chee <tien.fong.chee@intel.com>2017-07-26 08:05:43 +0300
committerMarek Vasut <marex@denx.de>2017-07-26 11:31:44 +0300
commit2baa997240d3e20fb4f97e5b32cbfc0e188df926 (patch)
treea475e626493dc3a606e2e8c67eccd9c29b18a6f5 /drivers/fpga/Makefile
parent812dfdd4f709e97e39935caeba89430d67423031 (diff)
downloadu-boot-2baa997240d3e20fb4f97e5b32cbfc0e188df926.tar.xz
arm: socfpga: Add FPGA driver support for Arria 10
Add FPGA driver support for Arria 10. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com> Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'drivers/fpga/Makefile')
-rw-r--r--drivers/fpga/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fpga/Makefile b/drivers/fpga/Makefile
index b65e5bab8f..08c9ff802f 100644
--- a/drivers/fpga/Makefile
+++ b/drivers/fpga/Makefile
@@ -21,4 +21,5 @@ obj-$(CONFIG_FPGA_STRATIX_II) += stratixII.o
obj-$(CONFIG_FPGA_STRATIX_V) += stratixv.o
obj-$(CONFIG_FPGA_SOCFPGA) += socfpga.o
obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += socfpga_gen5.o
+obj-$(CONFIG_TARGET_SOCFPGA_ARRIA10) += socfpga_arria10.o
endif