summaryrefslogtreecommitdiff
path: root/drivers/staging/gs_fpgaboot/Makefile
diff options
context:
space:
mode:
authorInsop Song <insop.song@gainspeed.com>2014-01-20 23:47:06 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-07 10:08:36 -0800
commite7185c6958ee85b02629d95fe997977bb45e0393 (patch)
treee36bc90cd24d3d13d2e563e51ac3c4c8574a2e2e /drivers/staging/gs_fpgaboot/Makefile
parent86f78b8bf462555cbe0c3835b053c9739327287c (diff)
staging: fpgaboot: Xilinx FPGA firmware download driver
This driver downloads Xilinx FPGA firmware using gpio pins. It loads Xilinx FPGA bitstream format firmware image and program the Xilinx FPGA using SelectMAP (parallel) mode. Signed-off-by: Insop Song <insop.song@gainspeed.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gs_fpgaboot/Makefile')
-rw-r--r--drivers/staging/gs_fpgaboot/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/gs_fpgaboot/Makefile b/drivers/staging/gs_fpgaboot/Makefile
new file mode 100644
index 000000000000..34cb606e0e3d
--- /dev/null
+++ b/drivers/staging/gs_fpgaboot/Makefile
@@ -0,0 +1,4 @@
+gs_fpga-y += gs_fpgaboot.o io.o
+obj-$(CONFIG_GS_FPGABOOT) += gs_fpga.o
+
+ccflags-$(CONFIG_GS_FPGA_DEBUG) := -DDEBUG