ftrace: rebuild everything on change to FTRACE_MCOUNT_RECORD
When enabling or disabling CONFIG_FTRACE_MCOUNT_RECORD, we want a full kernel compile to handle the adding of the __mcount_loc sections. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
90d595fe5c
commit
29e71abf56
@@ -486,4 +486,9 @@ struct sysinfo {
|
|||||||
#define NUMA_BUILD 0
|
#define NUMA_BUILD 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Rebuild everything on CONFIG_FTRACE_MCOUNT_RECORD */
|
||||||
|
#ifdef CONFIG_FTRACE_MCOUNT_RECORD
|
||||||
|
# define REBUILD_DUE_TO_FTRACE_MCOUNT_RECORD
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user