Home
last modified time | relevance | path

Searched refs:basedep (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dmenu.c301 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local
348 basedep = rewrite_m(menu->dep); in menu_finalize()
349 basedep = expr_transform(basedep); in menu_finalize()
350 basedep = expr_alloc_and(expr_copy(parentdep), basedep); in menu_finalize()
351 basedep = expr_eliminate_dups(basedep); in menu_finalize()
352 menu->dep = basedep; in menu_finalize()
394 dep = expr_alloc_and(expr_copy(basedep), dep); in menu_finalize()
448 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in menu_finalize()
449 basedep = expr_trans_compare(basedep, E_UNEQUAL, &symbol_no); in menu_finalize()
450 basedep = expr_eliminate_dups(expr_transform(basedep)); in menu_finalize()
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage.bbclass422 basedep = _image_base_type(dep)
423 typedeps[baset].add(basedep)