summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-09-08 11:29:10 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-09-09 10:30:26 +0200
commite04540821b0ff0aeb4166ed6a691cbf408ae6192 (patch)
treea70ff42a34ecbe2d77d69612075edb43bcce2d85 /drivers/firmware/Makefile
parent8c7241cf896f9aa5328ab50083f162bad1e6c248 (diff)
downloadbarebox-e04540821b0ff0aeb4166ed6a691cbf408ae6192.tar.gz
barebox-e04540821b0ff0aeb4166ed6a691cbf408ae6192.tar.xz
Firmware: socfpga: Add SoCFPGA FPGA program support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/firmware/Makefile')
-rw-r--r--drivers/firmware/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/Makefile b/drivers/firmware/Makefile
index ec6a5a1708..c3a3c34004 100644
--- a/drivers/firmware/Makefile
+++ b/drivers/firmware/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_FIRMWARE_ALTERA_SERIAL) += altera_serial.o
+obj-$(CONFIG_FIRMWARE_ALTERA_SOCFPGA) += socfpga.o