]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - scripts/recordmcount.c
ARM: 6509/1: ftrace: ignore any ftrace.o in C version of recordmcount
[karo-tx-linux.git] / scripts / recordmcount.c
index f2f32eee2c5bbff3880b52be0769ca8a78cd171a..ac6e51ceed5041ffdf53d3ade8f54c69ab1097e2 100644 (file)
@@ -357,7 +357,7 @@ do_file(char const *const fname)
 int
 main(int argc, char const *argv[])
 {
-       const char ftrace[] = "kernel/trace/ftrace.o";
+       const char ftrace[] = "/ftrace.o";
        int ftrace_size = sizeof(ftrace) - 1;
        int n_error = 0;  /* gcc-4.3.0 false positive complaint */