commit | 430370c4e46652e59a2dd25d3907d0dae797a0e7 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Fri Oct 14 15:45:55 2022 +0200 |
committer | Stephanos Ioannidis <root@stephanos.io> | Wed Nov 02 15:42:23 2022 +0900 |
tree | 7c93dc399d7f5c968c1b51d22dc222acfe306138 | |
parent | 3d24a07c6b74ac55c25d982eeb8d74b0f139ada4 [diff] |
cmake: fix <keys> argument in import_kconfig() The signature of import_kconfig() take two mandatory arguments and one optional: > import_kconfig(<prefix> <kconfig_fragment> [<keys>]) but has been implemented in such a way that it loops all arguments after the two mandatory args and sets the same list on those. Fix this error by only setting the created variables on the third and optional argument if it exists. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>