mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +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)
|
list(APPEND SRCS capture.c)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(CONFIG_GOLDFISH_TIMER)
|
||||||
|
list(APPEND SRCS goldfish_timer.c)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_sources(drivers PRIVATE ${SRCS})
|
target_sources(drivers PRIVATE ${SRCS})
|
||||||
|
|||||||
Reference in New Issue
Block a user