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)
commit65f3e56e0c81d1f581c4bdef7646ae5a8d51f494
tree55e7b97793659661a8341e2ff031a41a661249e1
parent64c17be4ffb8d6971051aec77ca1de4cfadb166d
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]