mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 03:33:51 +08:00
drivers/timer: fix goldfish timer did not included in cmake
Signed-off-by: buxiasen <buxiasen@xiaomi.com>
This commit is contained in:
@@ -85,4 +85,8 @@ if(CONFIG_CAPTURE)
|
||||
list(APPEND SRCS capture.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_GOLDFISH_TIMER)
|
||||
list(APPEND SRCS goldfish_timer.c)
|
||||
endif()
|
||||
|
||||
target_sources(drivers PRIVATE ${SRCS})
|
||||
|
||||
Reference in New Issue
Block a user