mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
db26ef1bd2
commit
ebbb85e0f2
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue