Eric S. Raymond wrote:

 
> Conceivably autoconfigure.sh could also pass a directive like
> "finished PCI" which would tell cmlconfigure.py that all PCI-dependent
> symbols not yet set should be set to `n'.


Insofar as I understand the problem, I think this is clearly
the best approach, as it minimizes coupling.  Autoconfigure knows
that what it has learned about the state of the PCI bus is
complete, and therefore that no other PCI devices exist.  It does
not need to know what PCI devices are or are not supported at this
moment by the kernel.  Allowing it to look inside the kernel rulebase
would promote unnecessary coupling.

 

-- 
Not to perambulate             || John Cowan <[EMAIL PROTECTED]>
    the corridors               || http://www.reutershealth.com
during the hours of repose     || http://www.ccil.org/~cowan
    in the boots of ascension.  \\ Sign in Austrian ski-resort hotel


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

Reply via email to