soc: infineon: cyw20829: Updates linker script
Add missed #include <zephyr/toolchain/common.h> in linker script to fix build error with samples/subsys/bindesc/hello_bindesc Signed-off-by: Sreeram Tatapudi <sreeram.praveen@infineon.com>
This commit is contained in:
parent
28b03b86b7
commit
e3f4a63ac0
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include <zephyr/linker/sections.h>
|
||||
#include <zephyr/devicetree.h>
|
||||
#include <zephyr/toolchain/common.h>
|
||||
|
||||
#include <zephyr/linker/devicetree_regions.h>
|
||||
#include <zephyr/linker/linker-defs.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue