H A D | common_env.py | 287 def set_str_2make(type, macro, macro_val, macro_cfg, env_type = None, env_mod_type = None, depends = None): 295 strs = 'ifeq ($(%s), %s)\n'%(macro, macro_val) 301 strs = 'ifeq ($(%s), %s)\n'%(macro, macro_val) 304 str_2_mod = 'ifeq ($(%s), %s)\n'%(macro, macro_val) 319 strs = condition_str(macro, macro_val, macro_cfg, env_type, depends) 322 strs = condition_str(macro, macro_val, macro_cfg, env_type, depends, True) 326 module_str[env_mod_type] = condition_str(macro, macro_val, macro_cfg, env_type, depends, True) 328 def set_config(type, macro, macro_val, macro_cfg, env_type = None, env_mod_type = None, depends = None): 334 if scons_get_cfg_val(macro) == macro_val: 337 if scons_get_cfg_val(macro) 378 macro = 'LOSCFG_COMPILER_HI3861_ASIC' global() variable 385 macro = 'LOSCFG_COMPILER_HI3861_FLASH' global() variable 392 macro = 'CONFIG_MESH_SUPPORT' global() variable 426 macro = 'LOSCFG_COMPILER_HI3861_ASIC' global() variable 433 macro = 'LOSCFG_COMPILER_HI3861_FLASH' global() variable [all...] |