[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4BCDAA05.50506@suse.cz>
Date: Tue, 20 Apr 2010 15:20:05 +0200
From: Michal Marek <mmarek@...e.cz>
To: Florian Fainelli <ffainelli@...ebox.fr>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] globally ignore Module.symvers
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists