6 lines
126 B
CMake
6 lines
126 B
CMake
if(CONFIG_USB_MGMT)
|
|
zephyr_library()
|
|
zephyr_library_sources(src/usb_mgmt.c)
|
|
zephyr_include_directories(include)
|
|
endif()
|