Fixed Posix and Qurt platform build error introduced in earlier commit

This commit is contained in:
Eric Katzfey 2025-07-30 13:09:03 -07:00 committed by Ramon Roche
parent f8bfe01eca
commit 5b9e099fd1

View File

@ -1,3 +1,7 @@
if PLATFORM_NUTTX
rsource "nuttx/Kconfig"
endif
if PLATFORM_POSIX || PLATFORM_QURT
rsource "common/Kconfig"
endif