On Sun, Oct 27, 2002 at 09:19:27PM +0100, Roman Zippel wrote: > At http://www.xs4all.nl/~zippel/lc/ you can find the latest version of > the new config system.
I've got a question / feature request. Right now, CML1 doesn't like something like the following: # Any / all of the following bools can be true. if [ "$CONFIG_BOARD_A" = "y" ]; then define_bool CONFIG_FTR_A y define_bool CONFIG_FTR_B y define_bool CONFIG_FTR_C y fi if [ "$CONFIG_BOARD_B" = "y" ]; then define_bool CONFIG_FTR_A y define_bool CONFIG_FTR_C y define_bool CONFIG_FTR_D y fi How would I do this with the new syntax, other than: config FTR_A bool depends on BOARD_A || BOARD_B default y ... The desire is to be able to add in support for a new platform, without having to rely on much context to patch (or, have a file be automagically included. Thanks. -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel