linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Kernel: gcov: Makefile: Use proper ccflag flag in Makefile
@ 2011-01-23 22:53 Tracey Dent
  2011-01-24  5:23 ` Américo Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Tracey Dent @ 2011-01-23 22:53 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 677 bytes --]

Use the ccflags-y flag instead of EXTRA_CFLAGS because EXTRA_CFLAGS is
deprecated and should now be switched.  According to
(documentation/kbuild/makefiles.txt)

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
---
 kernel/gcov/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/gcov/Makefile b/kernel/gcov/Makefile
index 3f76100..e97ca59 100644
--- a/kernel/gcov/Makefile
+++ b/kernel/gcov/Makefile
@@ -1,3 +1,3 @@
-EXTRA_CFLAGS := -DSRCTREE='"$(srctree)"' -DOBJTREE='"$(objtree)"'
+ccflags-y := -DSRCTREE='"$(srctree)"' -DOBJTREE='"$(objtree)"'
 
 obj-$(CONFIG_GCOV_KERNEL) := base.o fs.o gcc_3_4.o
-- 
1.7.4.rc2


[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

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

* Re: [PATCH] Kernel: gcov: Makefile: Use proper ccflag flag in Makefile
  2011-01-23 22:53 [PATCH] Kernel: gcov: Makefile: Use proper ccflag flag in Makefile Tracey Dent
@ 2011-01-24  5:23 ` Américo Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Américo Wang @ 2011-01-24  5:23 UTC (permalink / raw)
  To: Tracey Dent; +Cc: Andrew Morton, linux-kernel

On Sun, Jan 23, 2011 at 05:53:42PM -0500, Tracey Dent wrote:
>Use the ccflags-y flag instead of EXTRA_CFLAGS because EXTRA_CFLAGS is
>deprecated and should now be switched.  According to
>(documentation/kbuild/makefiles.txt)
>
>Signed-off-by: Tracey Dent <tdent48227@gmail.com>

Acked-by: WANG Cong <xiyou.wangcong@gmail.com>

Thanks.

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

end of thread, other threads:[~2011-01-24  5:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-23 22:53 [PATCH] Kernel: gcov: Makefile: Use proper ccflag flag in Makefile Tracey Dent
2011-01-24  5:23 ` Américo Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).