commit | fc061dde5ecf186d9bf32b8d93371477c63340ae | [log] [tgz] |
---|---|---|
author | Xinyu Zhang <xinyu.zhang@arm.com> | Tue Jul 26 14:52:56 2022 +0800 |
committer | Xinyu Zhang <xinyu.zhang@arm.com> | Wed Jul 27 10:51:12 2022 +0800 |
tree | 6ccafb3d76ad22ab492bb47eca6791326f0fd59d | |
parent | 1fa7f986e853e5485997eb21359f4fe5731be5d6 [diff] |
Build: Support multi params in 'extra_params' This patch extend 'extra_params' in build helper to support multiple extra params in one config. Params are seperated by ', '. For example, for a config with both FPHARD and LZOFF enabled, extra_params can be set as "FPHARD, LZOFF". Then the build helper will append the configs in the build command generated automatically. Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com> Change-Id: I645284c4ef37d47feb5e31fe093d67a446778c5a