Skip to content

Commit

Permalink
[nrf fromlist] soc: nordic: nrf54l: Explicitly include autoconf.h
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nordic-krch committed Feb 24, 2025
1 parent 526188f commit 04a1657
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions soc/nordic/nrf54l/soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* for the Nordic Semiconductor nRF54L family processor.
*/

/* Include autoconf for cases when this file is used in special build (e.g. TFM) */
#include <zephyr/autoconf.h>

#include <zephyr/devicetree.h>
#include <zephyr/kernel.h>
#include <zephyr/devicetree.h>
Expand Down

0 comments on commit 04a1657

Please sign in to comment.