commit | 397d29db42f4d2aa7d68000ed413ce45459f1514 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Sat Jun 17 11:30:47 2017 -0400 |
committer | Kumar Gala <kumar.gala@gmail.com> | Sun Jun 18 09:24:04 2017 -0500 |
tree | e22071e0c638f2a28963182543f3ab3055755bf0 | |
parent | be366b7ba63b48f550e0ac15e53e70632f8b1ca4 [diff] [blame] |
linker: move all linker headers to include/linker Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/include/kernel.h b/include/kernel.h index 667bbd6..2dff976 100644 --- a/include/kernel.h +++ b/include/kernel.h
@@ -18,7 +18,7 @@ #include <zephyr/types.h> #include <limits.h> #include <toolchain.h> -#include <sections.h> +#include <linker/sections.h> #include <atomic.h> #include <errno.h> #include <misc/__assert.h>