From 5b9e099fd1a6cb4a10cefbd696ff633a202eb31d Mon Sep 17 00:00:00 2001 From: Eric Katzfey Date: Wed, 30 Jul 2025 13:09:03 -0700 Subject: [PATCH] Fixed Posix and Qurt platform build error introduced in earlier commit --- platforms/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platforms/Kconfig b/platforms/Kconfig index 81df1573fb..dcca93f6fd 100644 --- a/platforms/Kconfig +++ b/platforms/Kconfig @@ -1,3 +1,7 @@ if PLATFORM_NUTTX rsource "nuttx/Kconfig" endif + +if PLATFORM_POSIX || PLATFORM_QURT +rsource "common/Kconfig" +endif