Skip to content

Commit e3f4a63

Browse files
sreeramIfxaescolar
authored andcommitted
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 <[email protected]>
1 parent 28b03b8 commit e3f4a63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soc/infineon/cat1b/cyw20829/linker.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#include <zephyr/linker/sections.h>
1515
#include <zephyr/devicetree.h>
16+
#include <zephyr/toolchain/common.h>
1617

1718
#include <zephyr/linker/devicetree_regions.h>
1819
#include <zephyr/linker/linker-defs.h>

0 commit comments

Comments
 (0)