Skip to content

Commit 884d063

Browse files
committed
[nrf fromlist] soc: nordic: nrf54l: Explicitly include autoconf.h
Include configuration file for cases when this file is complied in special builds (e.g. TFM). Upstream PR #: 85870 Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent d55a82c commit 884d063

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/nordic/nrf54l/soc.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
* for the Nordic Semiconductor nRF54L family processor.
1313
*/
1414

15+
/* Include autoconf for cases when this file is used in special build (e.g. TFM) */
16+
#include <zephyr/autoconf.h>
17+
1518
#include <zephyr/devicetree.h>
1619
#include <zephyr/kernel.h>
1720
#include <zephyr/devicetree.h>

0 commit comments

Comments
 (0)