On Tuesday 21 February 2006 07:17, Denis Vlasenko wrote:
>
> allmodconfig for acx is:
>
> CONFIG_ACX=m
> CONFIG_ACX_PCI=y
> CONFIG_ACX_USB=y
>
> and it compiles for me just fine. Please send me your .config.
> Mine is attached.
My bad, sorry. I forgot to copy the Kconfig file over, so I was getting
tristate ACX_{PCI,USB} instead of bools.
I had
CONFIG_ACX=m
CONFIG_ACX_PCI=m
CONFIG_ACX_PCI_BOOL=y
CONFIG_ACX_USB=m
CONFIG_ACX_USB_BOOL=y
So of course it was failing. Once I copied Kconfig over, all goes according to
plan.
cmn
--
Carlos Martín Nieto | http://www.cmartin.tk
Hobbyist programmer |
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html