From 3fdc8c8bd47d9055b8d839798fa772688bcd752c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Chru=C5=9Bci=C5=84ski?= Date: Mon, 17 Feb 2025 13:39:23 +0100 Subject: [PATCH] soc: nordic: nrf54l: Explicitly include autoconf.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include configuration file for cases when this file is complied in special builds (e.g. TFM). Signed-off-by: Krzysztof Chruściński --- soc/nordic/nrf54l/soc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/soc/nordic/nrf54l/soc.c b/soc/nordic/nrf54l/soc.c index b0f601448be..475615271cf 100644 --- a/soc/nordic/nrf54l/soc.c +++ b/soc/nordic/nrf54l/soc.c @@ -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 + #include #include #include