cmake:fix drivers build block during cmake reforming

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
xuxin19
2023-08-16 12:18:58 +08:00
committed by Xiang Xiao
parent 6364fc6e69
commit f2f0d7fbad
15 changed files with 181 additions and 3 deletions

View File

@@ -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)