commit | b1ab5018ba092e6f05065629f7da95964840aca5 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Thu Dec 14 13:03:23 2017 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Jan 04 00:03:25 2018 -0500 |
tree | ee9e6348c6591a5683777aab78f261b9d1b5fe35 | |
parent | 5d25497f901f79255d245a1b4ad74032e89feb32 [diff] |
cmake: ld: Ensure that a linker script change triggers a rebuild This fixes https://github.com/zephyrproject-rtos/zephyr/issues/5010. CMake has a simple parser that can parse C-like files to find header dependencies. But the parser needs to know what the include directories are to be able to follow #include pragmas. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>