Re: [RFC][PATCH 2/2] ftrace/kbuild: Add recordmcount files to forcefull build

From: Michal Marek
Date: Tue May 17 2011 - 10:42:23 EST


On 17.5.2011 16:20, Steven Rostedt wrote:
On Tue, 2011-05-17 at 09:47 -0400, Steven Rostedt wrote:
On Tue, 2011-05-17 at 15:36 +0200, Michal Marek wrote:

We could add recordmcount.c as a dependency in scripts/Makefile.build
directly, without playing with fixdep, like this (untested):

I actually tried this first, and it didn't seem to work. I'll go ahead
and give it another try (maybe I did something wrong). But I do prefer
this over my fixdep change.

Thanks, I'll let you know the outcome.

Awesome! This worked.

Great.


I wonder what screw up I did to keep mine from
working? Anyway, I made a single change to your patch:

-recordmcount_source := $(srctree)/scripts/recordmcount.c
+recordmcount_source := $(srctree)/scripts/recordmcount.c \
+ $(srctree)/scripts/recordmcount.h


Could you send me your Signed-off-by, and I'll add this to the beginning
of my patch queue.

Signed-off-by: Michal Marek <mmarek@xxxxxxx>

Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/