John Dallaway wrote: > There's some scope for improving the dependency info. For example, > CYGIMP_LWIP_MEMP_MEM_MALLOC could specify: > > requires { CYGINT_ISO_MEMALLOC != 0 } > default_value { CYGINT_ISO_MEMALLOC != 0 } >
Shouldn't it use "calculated_value" instead of "default_value"? Cheers