mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 15:30:25 +08:00
drivers/usbdev: Aligned Cmake with Make
Add: - media transfer protocol (MTP) #10620 Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
@@ -57,6 +57,10 @@ if(CONFIG_USBDEV)
|
||||
list(APPEND SRCS adb.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_USBMTP)
|
||||
list(APPEND SRCS mtp.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_NET_CDCECM)
|
||||
list(APPEND SRCS cdcecm.c)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user