This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.10
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/releases/12.10 by this push:
new 2423b27911 arch/arm/src/mcx-nxxx/CMakeLists.txt: Aligned Cmake with
Make
2423b27911 is described below
commit 2423b279115a48bd2e58ed94162478a2990d6d1b
Author: simbit18 <[email protected]>
AuthorDate: Tue Jun 3 10:19:27 2025 +0200
arch/arm/src/mcx-nxxx/CMakeLists.txt: Aligned Cmake with Make
Aligned Cmakefile with Make.defs PR #16469
Signed-off-by: simbit18 <[email protected]>
---
arch/arm/src/mcx-nxxx/CMakeLists.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/src/mcx-nxxx/CMakeLists.txt
b/arch/arm/src/mcx-nxxx/CMakeLists.txt
index 06005b7df5..b1d5f07479 100644
--- a/arch/arm/src/mcx-nxxx/CMakeLists.txt
+++ b/arch/arm/src/mcx-nxxx/CMakeLists.txt
@@ -37,4 +37,8 @@ if(CONFIG_NXXX_GPIO_IRQ)
list(APPEND SRCS nxxx_gpioirq.c)
endif()
+if(CONFIG_NXXX_LPI2C)
+ list(APPEND SRCS nxxx_lpi2c.c)
+endif()
+
target_sources(arch PRIVATE ${SRCS})