On Mon, 29 Oct 2001 09:54:39 +0100 (CET), 
Kai Germaschewski <[EMAIL PROTECTED]> wrote:
>On Mon, 29 Oct 2001, Keith Owens wrote:
>> ifsel(CONFIG_ISDN_PPP)
>>   select(CONFIG_ISDN slhc.o)
>> endif
>
>How about handling this in the configuration language? I don't know CML2 
>yet, but I believe it should be easy enough to handle these things there.
>Basically, define CONFIG_SLHC to y/m depending on CONFIG_ISDN_{,PPP}, 
>CONFIG_PPP, CONFIG_SLIP.

CML selects drivers, Makefiles list the objects required for each
driver.  slhc is a borderline case, it is a service object required for
several drivers and could be handled in either place.  On balance, I am
tilting towards letting the makefile take care of slhc, mainly because
that is compatible with the existing CML1.  I am trying to avoid
changing CML1 at all.


_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to