CMakeLists.txt 117 B

12345
  1. # SPDX-License-Identifier: Apache-2.0
  2. if(CONFIG_USB_DEVICE OR CONFIG_USB_HOST)
  3. add_subdirectory(otg)
  4. endif()