[kbuild-devel] howto define one var. to another's value (y/n/m)

2002-10-09 Thread Randy.Dunlap
Hi, I see this in drivers/parport/Config.in (2.4.19) [not picking on parport; this occurs in many places]. define_tristate CONFIG_PARPORT_PC_CML1 $CONFIG_PARPORT_PC gcml2 (Greg Banks) checker program flags this with: warning:drivers/parport/Config.in:18:symbol CONFIG_PARPORT_PC_CML1

Re: [kbuild-devel] howto define one var. to another's value (y/n/m)

2002-10-09 Thread Greg Banks
Randy.Dunlap wrote: Is there a simple, clean way to assign one tristate value to another one? Instead of having to do something like: if [ $CONFIG_PARPORT_PC = y ]; then define_tristate CONFIG_PARPORT_PC_CML1 y else if [ $CONFIG_PARPORT_PC = m ]; then