diff options
author | Jiri Olsa <jolsa@kernel.org> | 2015-09-02 09:56:44 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-09-14 17:50:15 +0200 |
commit | 60a1133a5b39738671eff1e4d77bedc1ee3fa528 (patch) | |
tree | 646ab3b3dc8c42950b19f27e0b0f99bdfbf75833 /tools/lib/api/fs/Build | |
parent | tools lib api fs: Replace debugfs/tracefs objects interface with fs.c (diff) | |
download | linux-60a1133a5b39738671eff1e4d77bedc1ee3fa528.tar.xz linux-60a1133a5b39738671eff1e4d77bedc1ee3fa528.zip |
tools lib api fs: Remove debugfs, tracefs and findfs objects
We have all the functionality in fs.c, let's remove unneeded
objects.
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Raphael Beamonte <raphael.beamonte@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/1441180605-24737-15-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/lib/api/fs/Build')
-rw-r--r-- | tools/lib/api/fs/Build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/lib/api/fs/Build b/tools/lib/api/fs/Build index fa726f679b29..f4ed9629ae85 100644 --- a/tools/lib/api/fs/Build +++ b/tools/lib/api/fs/Build @@ -1,5 +1,2 @@ libapi-y += fs.o libapi-y += tracing_path.o -libapi-y += debugfs.o -libapi-y += findfs.o -libapi-y += tracefs.o |