[Buildroot] [PATCH] NVME Makefile update

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jan 18 12:51:00 UTC 2016


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 at 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


More information about the buildroot mailing list