Lines Matching full:defined
19 # '_config_mk' must be defined as the path of a toolchain
22 $(call assert-defined, _config_mk)
24 # The list of variables that must or may be defined
30 # Clear variables that are supposed to be defined by the config file
37 # Check that the proper variables were defined
41 $(call assert-defined, _config_mk)
51 $(if $(strip $($(_toolchain).defined)),\
52 $(call __gdk_error,Toolchain $(_name) defined in $(_parent) is\
53 already defined in $(GDK_TOOLCHAIN.$(_name).defined)))
55 $(_toolchain).defined := $(_toolchain_config)