commit | dfe5cb731c4b759f4c99e9a191c379f951cd87cd | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Sat Dec 30 14:36:39 2017 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Sat Dec 30 11:29:24 2017 -0500 |
tree | 5f647dacacb025788f9f7858e3a8317a2f37be15 | |
parent | 045d146d9f32a34811af132a9051e3fcd3b0d8a0 [diff] |
cmake: qemu: Don't use the '\$' hack with Ninja Using the '\$' technique to accept make variables corrupts Ninja build systems, so avoid using it when generating Ninja files. Not using it with Ninja means we need to come up with some other mechanism to support build-time configuration of the QEMU CLI with Ninja. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>