1# SPDX-License-Identifier: Apache-2.0 2 3zephyr_library() 4 5zephyr_library_include_directories( 6 # USB headers 7 #${ZEPHYR_BASE}/include/zephyr/drivers/usb 8 ${ZEPHYR_BASE}/include/zephyr/usb 9 ${ZEPHYR_BASE}/subsys/usb/device 10 ) 11 12zephyr_library_sources( 13 core.c 14 ) 15