commit | 2ead15de8d7ea57c3ff1784c3331c033e62508a7 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Wed Nov 29 17:46:37 2017 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Nov 30 06:49:33 2017 -0500 |
tree | a279b220989f2556b50e855fbd9570fe0590b7ea | |
parent | 9116643290a06e45018df042691aa31d74e18564 [diff] |
cmake: Move syscall_macros.h generation into the build stage This fixes https://github.com/zephyrproject-rtos/zephyr/issues/5186 The script that generates syscall_macros.h is moved from Configuration time to build time. This allows us to express to the build system that syscall_macros.h depends on the script that generates it. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>