mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
pm:CMakeLists update for pm runtime
Signed-off-by: dulibo1 <dulibo1@xiaomi.com>
This commit is contained in:
@@ -62,6 +62,12 @@ if(CONFIG_PM)
|
||||
|
||||
endif()
|
||||
|
||||
if(CONFIG_PM_RUNTIME)
|
||||
|
||||
list(APPEND SRCS pm_runtime.c)
|
||||
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
||||
target_sources(drivers PRIVATE ${SRCS})
|
||||
|
||||
Reference in New Issue
Block a user