Home | History | Annotate | Download | only in core

Lines Matching refs:bit

572 # Resolve the required module name to 32-bit or 64-bit variant.
573 # Get a list of corresponding 32-bit module names, if one exists.
574 define get-32-bit-modules
579 # Get a list of corresponding 32-bit module names, if one exists;
581 define get-32-bit-modules-if-we-can
588 # If a module is built for 32-bit, the required modules must be 32-bit too;
590 # the required modules must be 64-bit;
591 # otherwise we require both 64-bit and 32-bit variant, if one exists.
596 $(eval r_r := $(call get-32-bit-modules-if-we-can,$(r))),\
599 $(eval r_r := $(r) $(call get-32-bit-modules,$(r)))\
696 # Note for 32-bit product, $(modules_32) and $(modules_64) will be
698 product_MODULES := $(call get-32-bit-modules-if-we-can, $(modules_32))
701 product_MODULES += $(call get-32-bit-modules, $(modules_rest))
775 # We know those 64-bit modules don't exist in the 32-bit SDK build.