Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] NVME Makefile update
@ 2016-01-18  8:18 Mamatha Inamdar
  2016-01-18 12:51 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Mamatha Inamdar @ 2016-01-18  8:18 UTC (permalink / raw)
  To: buildroot

Makefile cleanup: remove -Werror flag in CFLAGS

Signed-off-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d0c0ce4..003928b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS += -std=gnu99 -O2 -g -Wall -Werror
+CFLAGS += -std=gnu99 -O2 -g -Wall
 CPPFLAGS += -I $(SRC) -D_GNU_SOURCE
 NVME = nvme
 INSTALL ?= install

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] NVME Makefile update
  2016-01-18  8:18 [Buildroot] [PATCH] NVME Makefile update Mamatha Inamdar
@ 2016-01-18 12:51 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-01-18 12:51 UTC (permalink / raw)
  To: buildroot

Dear Mamatha Inamdar,

On Mon, 18 Jan 2016 13:48:12 +0530, Mamatha Inamdar wrote:
> Makefile cleanup: remove -Werror flag in CFLAGS
> 
> Signed-off-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
> ---
>  Makefile |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index d0c0ce4..003928b 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1,4 +1,4 @@
> -CFLAGS += -std=gnu99 -O2 -g -Wall -Werror
> +CFLAGS += -std=gnu99 -O2 -g -Wall
>  CPPFLAGS += -I $(SRC) -D_GNU_SOURCE
>  NVME = nvme
>  INSTALL ?= install

This needs to be part of your patch adding the nvme package, as a file
in package/nvme/.

See the numerous other examples in Buildroot.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-18 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18  8:18 [Buildroot] [PATCH] NVME Makefile update Mamatha Inamdar
2016-01-18 12:51 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox