mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 11:43:39 +08:00
cmake:fix drivers build block during cmake reforming
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
@@ -51,6 +51,10 @@ if(CONFIG_ELF)
|
||||
list(APPEND SRCS elf.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_NXFLAT)
|
||||
list(APPEND SRCS nxflat.c)
|
||||
endif()
|
||||
|
||||
# Builtin application interfaces
|
||||
|
||||
if(CONFIG_BUILTIN)
|
||||
|
||||
Reference in New Issue
Block a user