File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 3
3
if (CONFIG_USB_DEVICE_DRIVER )
4
4
5
5
zephyr_library ()
6
- zephyr_library_include_directories (${ZEPHYR_BASE} /drivers/usb/common/ )
6
+ zephyr_library_include_directories (${ZEPHYR_BASE} /drivers/usb/common/include )
7
7
8
8
zephyr_library_sources_ifdef (CONFIG_USB_DW usb_dc_dw.c )
9
9
zephyr_library_sources_ifdef (CONFIG_USB_DC_RPI_PICO usb_dc_rpi_pico.c )
Original file line number Diff line number Diff line change 4
4
zephyr_library ()
5
5
6
6
zephyr_library_sources (udc_common.c )
7
- zephyr_library_include_directories (${ZEPHYR_BASE} /drivers/usb/common/ )
7
+ zephyr_library_include_directories (${ZEPHYR_BASE} /drivers/usb/common/include )
8
8
9
9
zephyr_library_sources_ifdef (CONFIG_UDC_DWC2 udc_dwc2.c )
10
10
zephyr_library_sources_ifdef (CONFIG_UDC_NRF udc_nrf.c )
You can’t perform that action at this time.
0 commit comments