Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
3cf219fb97893e3a5841e77e9cd677c42ae1cc00
/
.
/
modules
/
hal_nxp
/
usb
/
CMakeLists.txt
blob: da427e3601b8c558ee2afb88275ad68ccd14cce9 [
file
] [
log
] [
blame
]
#
# Copyright (c) 2021,2024 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
zephyr_include_directories(.)
if(CONFIG_DT_HAS_NXP_USBPHY_ENABLED)
zephyr_include_directories(${ZEPHYR_HAL_NXP_MODULE_DIR}/mcux/middleware/mcux-sdk-middleware-usb/phy)
endif()