On Friday 14 December 2001 09:41 am, Steven Cole wrote:

>
> My starting .config did not have anything related to the ATM_FORE200E* set,
> but cml2 sets CONFIG_ATM_FORE200E to m.
>

OK, here I go replying to myself.
I looked at rules.cml in drivers/atm and saw this:
derive ATM_FORE200E from ATM & (ATM_FORE200E_MAYBE | m)

unless ATM_FORE200E_PCA==n suppress ATM_FORE200E_PCA_FW
unless ATM_FORE200E_SBA==n suppress ATM_FORE200E_SBA_FW

require (ATM_FORE200E_MAYBE!=n and PCI) implies ATM_FORE200E_PCA == y

derive ATM_IDT77252_USE_SUNI from ATM_IDT77252_RCV_ALL

# Suppress some derivations
unless ATM suppress ATM_FORE200E ATM_IDT77252_USE_SUNI

I found that in my original .config, CONFIG_ATM was set, but since this is not
needed, I used cml2 make xconfig to set it to n, and the subsequent build with
make modules was error-free.

Steven

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

Reply via email to