| commit | 0d3d7251fc520d325fe506669c27d8c05ace79a6 | [log] [tgz] |
|---|---|---|
| author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Thu Mar 19 06:40:13 2020 -0700 |
| committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 31 10:20:38 2020 -0400 |
| tree | fd57125bbc27b0b2bf9ce7ab7ef526f2bbbc2460 | |
| parent | d9cca0303696613f9d782977ff0882d9805c6272 [diff] |
cmake: Fix syscall dependencies Custom commands must depend on both the input files and the wrapper targets for the input files. See Sam Thursfield's blog post about "CMake: dependencies between targets and files and custom commands" for why. This fixes #23562 Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>