[PATCH 02/36] tools build: Add detected config support

2015-01-26 Thread Jiri Olsa
Adding support to include detected configuration makefile into the build process. This will allow the Build objects to be configurable based on the config data, like: perf-$(CONFIG_KRAVA) += krava.o The configuration is stored in '.config-detected' file, which is generated for each compilation.

[PATCH 02/36] tools build: Add detected config support

2015-01-20 Thread Jiri Olsa
Adding support to include detected configuration makefile into the build process. This will allow the Build objects to be configurable based on the config data, like: perf-$(CONFIG_KRAVA) += krava.o The configuration is stored in '.config-detected' file, which is generated for each compilation.

Re: [PATCH 02/36] tools build: Add detected config support

2015-01-15 Thread Jiri Olsa
On Thu, Jan 15, 2015 at 08:50:40AM -0700, David Ahern wrote: > On 1/15/15 5:54 AM, Jiri Olsa wrote: > >Adding support to include detected configuration makefile > >into the build process. This will allow the Build objects > >to be configurable based on the config data, like: > > > > perf-$(CONFIG

Re: [PATCH 02/36] tools build: Add detected config support

2015-01-15 Thread David Ahern
On 1/15/15 5:54 AM, Jiri Olsa wrote: Adding support to include detected configuration makefile into the build process. This will allow the Build objects to be configurable based on the config data, like: perf-$(CONFIG_KRAVA) += krava.o The configuration is stored in '.config-detected' file,

[PATCH 02/36] tools build: Add detected config support

2015-01-15 Thread Jiri Olsa
Adding support to include detected configuration makefile into the build process. This will allow the Build objects to be configurable based on the config data, like: perf-$(CONFIG_KRAVA) += krava.o The configuration is stored in '.config-detected' file, which is generated for each compilation.