mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 03:03:37 +08:00
drivers/usbmisc: Aligned Cmake with Make
Add: - ST standalone USB PD sink controller #14895 Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
@@ -37,5 +37,9 @@ if(CONFIG_USBMISC)
|
||||
list(APPEND SRCS fusb303.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_STUSB4500)
|
||||
list(APPEND SRCS stusb4500.c)
|
||||
endif()
|
||||
|
||||
target_sources(drivers PRIVATE ${SRCS})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user