]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Remove auto-generated bison/flex files
authorIngo Molnar <mingo@kernel.org>
Thu, 29 Mar 2012 16:08:38 +0000 (13:08 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 30 Mar 2012 15:43:17 +0000 (12:43 -0300)
commit4a8eaa4fa137e7f6927c286ac91c53464790393e
tree55e7b97793659661a8341e2ff031a41a661249e1
parent6e5e455221b2de8d578395f57b3ed63dd9c493b1
perf tools: Remove auto-generated bison/flex files

These should not be in the Git history - they are auto-generated.

Extend the Makefile rules of the parser files to include the generation
run.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20120327183335.GA27621@gmail.com
[ committer note: Fixed up O= handling ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile
tools/perf/util/parse-events-bison.c [deleted file]
tools/perf/util/parse-events-bison.h [deleted file]
tools/perf/util/parse-events-flex.c [deleted file]
tools/perf/util/parse-events-flex.h [deleted file]
tools/perf/util/pmu-bison.c [deleted file]
tools/perf/util/pmu-bison.h [deleted file]
tools/perf/util/pmu-flex.c [deleted file]
tools/perf/util/pmu-flex.h [deleted file]