arch/arm/src/mcx-nxxx/CMakeLists.txt: Aligned Cmake with Make
Aligned Cmakefile with Make.defs PR #16469 Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
parent
ad93c6c399
commit
bcfcf03066
1 changed files with 4 additions and 0 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue