Re: New kbuild filename: Kbuild

From: Christoph Hellwig
Date: Fri Oct 29 2004 - 07:04:53 EST


On Thu, Oct 28, 2004 at 09:00:20PM +0200, Sam Ravnborg wrote:
> kbuild: Prefer Kbuild as name of the kbuild files
>
> The kbuild syntax is unique and does only have very few things in common with
> usual Makefile syntax. So to avoid confusion make the filename 'Kbuild' be
> the preferred name as replacement for 'Makefile'.
> No global renaming planned to take place for now, but new stuff expected to use
> the new 'Kbuild' filename.

Disagree. These are just makefiles, and renaming for the sake of it
doesn't buy us. If you really want to improve things implement something like

module foo.ko
sources foo.c blah.c
sources foobar.c if FOO_BAR

in Kconfig and get rid of driver makefiles compeltely

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