From: Florian Fainelli on
On Tuesday 20 April 2010 15:20:05 Michal Marek wrote:
> On 19.4.2010 16:42, Florian Fainelli wrote:
> > If we build using make SUBDIRS=foo/ Kbuild will output per-directory
> > Module.symvers files that we do not want to keep track of. Ignore these
> > files globally.
>
> SUBDIRS= or M= is meant for external modules, which generate their own
> Module.symvers. If you only need to build a part of the kernel sources,
> use 'make dir/'.

I was not aware of that, thank you Michal.
--
Florian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Michal Marek on
On 19.4.2010 16:42, Florian Fainelli wrote:
> If we build using make SUBDIRS=foo/ Kbuild will output per-directory
> Module.symvers files that we do not want to keep track of. Ignore these files
> globally.

SUBDIRS= or M= is meant for external modules, which generate their own
Module.symvers. If you only need to build a part of the kernel sources,
use 'make dir/'.

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