summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gs_fpgaboot
diff options
context:
space:
mode:
authorPaul Bolle2014-04-03 10:32:17 +0200
committerGreg Kroah-Hartman2014-04-15 23:46:42 +0200
commitd06fb58cb63c66ddcc2ac94edf99f505f4919da0 (patch)
treeb8d49c41384d36284ec80dd623cff46f7b784822 /drivers/staging/gs_fpgaboot
parentstaging/usbip: fix store_attach() sscanf return value check (diff)
downloadkernel-qcow2-linux-d06fb58cb63c66ddcc2ac94edf99f505f4919da0.tar.gz
kernel-qcow2-linux-d06fb58cb63c66ddcc2ac94edf99f505f4919da0.tar.xz
kernel-qcow2-linux-d06fb58cb63c66ddcc2ac94edf99f505f4919da0.zip
staging: fpgaboot: clean up Makefile
This Makefile tries to set the DEBUG macro but it uses an unknown Kconfig macro to do so. Since no code appears to even care about the DEBUG macro this line can safely be removed. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Reviewed-by: Insop Song <insop.song@gainspeed.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gs_fpgaboot')
-rw-r--r--drivers/staging/gs_fpgaboot/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/gs_fpgaboot/Makefile b/drivers/staging/gs_fpgaboot/Makefile
index 34cb606e0e3d..d2f0211ba540 100644
--- a/drivers/staging/gs_fpgaboot/Makefile
+++ b/drivers/staging/gs_fpgaboot/Makefile
@@ -1,4 +1,2 @@
gs_fpga-y += gs_fpgaboot.o io.o
obj-$(CONFIG_GS_FPGABOOT) += gs_fpga.o
-
-ccflags-$(CONFIG_GS_FPGA_DEBUG) := -DDEBUG