On Fri, 24 Aug 2007, Kentaro Takeda wrote: > Kconfig and Makefile for TOMOYO Linux. > TOMOYO Linux is placed in security/tomoyo . > Signed-off-by: Kentaro Takeda <[EMAIL PROTECTED]> > Signed-off-by: Tetsuo Handa <[EMAIL PROTECTED]> > --- > security/Kconfig | 1 + > security/Makefile | 1 + > security/tomoyo/Kconfig | 18 ++++++++++++++++++ > security/tomoyo/Makefile | 3 +++ > 4 files changed, 23 insertions(+)
Just a trivial minor nitpick - IMHO this breaks bisectability. It might be better to add the Kconfig/Makefile patch at the end of the whole series, so that bisect doesn't end up in the tree in which Makefile references non-exsting files/directories. -- Jiri Kosina - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/