On Mon, 29 Oct 2001, Keith Owens wrote:

> Several Makefile.in files have code like this
> 
> 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.

This would also increase chances to get e.g. the "PPP modular, ISDN 
built-in" case correct. Well, maybe it already is, we filter out obj-y 
from obj-m, right? 

--Kai



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

Reply via email to