lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 3 Apr 2014 17:14:44 +0000
From:	Insop Song <Insop.Song@...nspeed.com>
To:	Paul Bolle <pebolle@...cali.nl>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC:	"devel@...uxdriverproject.org" <devel@...uxdriverproject.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] staging: fpgaboot: clean up Makefile

Added signed-off-by below:

On Thursday, April 03, 2014 1:32 AM, Paul Bolle wrote:
> 
> 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@...cali.nl>

Signed-off-by: Insop Song <insop.song@...nspeed.com>

> ---
> Completely untested.
> 
> By the way, do devel@...verdev.osuosl.org and
> devel@...uxdriverproject.org deliver to the same list?
> 
>  drivers/staging/gs_fpgaboot/Makefile | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/staging/gs_fpgaboot/Makefile
> b/drivers/staging/gs_fpgaboot/Makefile
> index 34cb606..d2f0211 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
> --
> 1.9.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ