Re: [PATCH 01/30] perf tools: Add new build framework support

From: Namhyung Kim
Date: Thu Jan 08 2015 - 01:20:41 EST


On Fri, Jan 02, 2015 at 04:35:43PM +0100, Jiri Olsa wrote:
> Adding new build framework. There's no change for actual
> building at this point, it comes in the next patches.
>
> The idea and more details are explained in the
> 'Documentation/Build' file.


[SNIP]
> diff --git a/tools/perf/Documentation/Build b/tools/perf/Documentation/Build
> new file mode 100644
> index 000000000000..7008520600eb
> --- /dev/null
> +++ b/tools/perf/Documentation/Build
> @@ -0,0 +1,123 @@
> +
> +1) perf build
> +=============
> +The perf build process consists of several separated building blocks,
> +which are linked together to form the perf binary:
> + - libperf library (static)
> + - perf builtin commands
> + - traceevent library (static)
> + - GTK ui library

And libapikfs library (static) ?

Thanks,
Namhyung
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/