Re: linux kernel config converter

Giacomo Catenazzi (cate@dplanet.ch)
Thu, 21 Feb 2002 15:39:49 +0100


Jeff Garzik wrote:

>>
> For directories like kernel/* and mm/* and arch/*, I imagine that down
> the road we will want kernel.conf and mm.conf too, though right now they
> would probably remain as makefiles...
>
> If you look closely at the problem, you will see there is no fundamental
> reason why we cannot package makefile rules like we want to package
> config information.

I agree that in most case (drivers) it is the right thing.
But for kernel/, arch/ there are no simple way to tell:
"this makefile rule belong to this configuration".
In such cases we should not split makefiles and configurations
in an artificial way.
We should not generalize and split configuration and makefile
just because in most case it is the right thing.

[ Some Makefile define at the beginning some flags that
should be used for all driver in such subdir.
These info should be in a 'main' .conf (main = where normal
user would check, without grep to all .conf)
]

giacomo

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