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

Makefile cleanup: remove -Werror flag in CFLAGS

Signed-off-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
---
 package/nvme/0001-NVME-Makefile-cleanup.patch |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 package/nvme/0001-NVME-Makefile-cleanup.patch

diff --git a/package/nvme/0001-NVME-Makefile-cleanup.patch b/package/nvme/0001-NVME-Makefile-cleanup.patch
new file mode 100644
index 0000000..74beac9
--- /dev/null
+++ b/package/nvme/0001-NVME-Makefile-cleanup.patch
@@ -0,0 +1,25 @@
+From 985a18605f8decd766370a7d9873c77c16b9253c Mon Sep 17 00:00:00 2001
+From: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
+Date: Mon, 18 Jan 2016 12:40:00 +0530
+Subject: [PATCH V2] NVME Makefile update
+
+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
+--
+1.9.3
+

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

* [Buildroot] [PATCH V2] NVME Makefile update
  2016-01-20  3:49 [Buildroot] [PATCH V2] NVME Makefile update Mamatha Inamdar
@ 2016-01-20  9:16 ` Thomas Petazzoni
  2016-01-20  9:29   ` Mamatha Inamdar
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2016-01-20  9:16 UTC (permalink / raw)
  To: buildroot

Dear Mamatha Inamdar,

On Wed, 20 Jan 2016 09:19:41 +0530, Mamatha Inamdar wrote:
> Makefile cleanup: remove -Werror flag in CFLAGS
> 
> Signed-off-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>

Thanks, but this should be part of the patch adding the nvme package.
Could you please send a *single* patch that:

 - Adds package/nvme/ (with nvme.mk, nvme.hash *and*
   0001-NVME-Makefile-cleanup.patch)

 - Changes package/Config.in to include package/nvme/Config.in

Thanks!

Best regards,

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

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

* [Buildroot] [PATCH V2] NVME Makefile update
  2016-01-20  9:16 ` Thomas Petazzoni
@ 2016-01-20  9:29   ` Mamatha Inamdar
  0 siblings, 0 replies; 3+ messages in thread
From: Mamatha Inamdar @ 2016-01-20  9:29 UTC (permalink / raw)
  To: buildroot

Sure Thomas, will do that.

Thanks
Mamatha


On 01/20/2016 02:46 PM, Thomas Petazzoni wrote:
> Dear Mamatha Inamdar,
>
> On Wed, 20 Jan 2016 09:19:41 +0530, Mamatha Inamdar wrote:
>> Makefile cleanup: remove -Werror flag in CFLAGS
>>
>> Signed-off-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
> Thanks, but this should be part of the patch adding the nvme package.
> Could you please send a *single* patch that:
>
>   - Adds package/nvme/ (with nvme.mk, nvme.hash *and*
>     0001-NVME-Makefile-cleanup.patch)
>
>   - Changes package/Config.in to include package/nvme/Config.in
>
> Thanks!
>
> Best regards,
>
> Thomas

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

end of thread, other threads:[~2016-01-20  9:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-20  3:49 [Buildroot] [PATCH V2] NVME Makefile update Mamatha Inamdar
2016-01-20  9:16 ` Thomas Petazzoni
2016-01-20  9:29   ` Mamatha Inamdar

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