Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Bolle and committed by
Greg Kroah-Hartman
d06fb58c de4734bc

-2
-2
drivers/staging/gs_fpgaboot/Makefile
··· 1 1 gs_fpga-y += gs_fpgaboot.o io.o 2 2 obj-$(CONFIG_GS_FPGABOOT) += gs_fpga.o 3 - 4 - ccflags-$(CONFIG_GS_FPGA_DEBUG) := -DDEBUG