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_KRAVA) += krava.o > > > >The configuration is stored in '.config-detected' file, > >which is generated for each compilation. > > So this file is similar to kernel's .config file and is generated based on > today's autoprobing? >
yep, it's the way to pass detected data/variables from perf detection system (config/Makefile) to the build framework, it get's generated every build the plan is to have '.config' in the future that will gather user's configuration jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/