Skip to content

Commit d814fbe

Browse files
author
Josuah Demangeon
committed
usb: uvc: move the header definition to include/
Move the UVC header with all the definitions from the UVC standard to share it between USB host and device class implementation. Signed-off-by: Josuah Demangeon <[email protected]>
1 parent f5e898b commit d814fbe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

subsys/usb/common/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Copyright (c) 2025 Nordic Semiconductor
1+
# Copyright (c) 2025 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: Apache-2.0
33

4-
zephyr_include_directories(include)
4+
if(CONFIG_USBD_VIDEO_CLASS OR CONFIG_USBH_VIDEO_CLASS)
5+
zephyr_include_directories(include)
6+
endif()

0 commit comments

Comments
 (0)