minimal footprint disable timer and galileo requires a timer Change-Id: I75c08775fd02bae1221ae4102bb9873060c8e85f Signed-off-by: Anas Nashif <anas.nashif@intel.com>
19 lines
308 B
INI
19 lines
308 B
INI
[footprint-min]
|
|
tags = footprint
|
|
extra_args = TEST=min
|
|
build_only = true
|
|
config_whitelist = !CONFIG_PLATFORM_GALILEO
|
|
|
|
[footprint-reg]
|
|
tags = footprint
|
|
extra_args = TEST=reg
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
|
|
[footprint-max]
|
|
tags = footprint
|
|
extra_args = TEST=max
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
|