Skip to content

Commit

Permalink
staging: fpgaboot: clean up Makefile
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Bolle authored and Greg Kroah-Hartman committed Apr 15, 2014
1 parent de4734b commit d06fb58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/gs_fpgaboot/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d06fb58

Please sign in to comment.