Re: [PATCH 07/30] perf build: Add libperf objects building

2015-01-08 Thread Jiri Olsa
On Thu, Jan 08, 2015 at 03:15:09PM +0900, Namhyung Kim wrote: > On Fri, Jan 02, 2015 at 04:35:49PM +0100, Jiri Olsa wrote: > > Move the util objects building under build framework. > > > > Add new libperf build object so it's separated from > > the rest of the perf code and could be librarized. >

Re: [PATCH 07/30] perf build: Add libperf objects building

2015-01-07 Thread Namhyung Kim
On Fri, Jan 02, 2015 at 04:35:49PM +0100, Jiri Olsa wrote: > Move the util objects building under build framework. > > Add new libperf build object so it's separated from > the rest of the perf code and could be librarized. > [SNIP] > +$(OUTPUT)util/parse-events-flex.c: util/parse-events.l > $(

[PATCH 07/30] perf build: Add libperf objects building

2015-01-02 Thread Jiri Olsa
Move the util objects building under build framework. Add new libperf build object so it's separated from the rest of the perf code and could be librarized. Signed-off-by: Jiri Olsa Cc: Alexis Berlemont Cc: Arnaldo Carvalho de Melo Cc: Borislav Petkov Cc: Corey Ashford Cc: David Ahern Cc: F