From 5af477daa27b693c9a4384851531574a13836140 Mon Sep 17 00:00:00 2001 From: Pieter De Gendt Date: Fri, 13 Dec 2024 11:16:13 +0100 Subject: [PATCH] TMP: Globally enable ZPP TO BE REMOVED For testing enable the Zephyr PreProcessor on all source files. Signed-off-by: Pieter De Gendt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d7e2c2a40ea714..2b1f75e30519a7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,6 +138,7 @@ foreach(var AFLAGS CFLAGS CXXFLAGS CPPFLAGS LDFLAGS) endforeach() zephyr_compile_definitions( + ZPP KERNEL __ZEPHYR__=1 )