zephyr/modules/hal_nxp/CMakeLists.txt

11 lines
221 B
CMake
Raw Normal View History

#
# Copyright (c) 2021 Linaro, Limited
#
# SPDX-License-Identifier: Apache-2.0
#
add_subdirectory(${ZEPHYR_CURRENT_MODULE_DIR} hal_nxp)
add_subdirectory_ifdef(CONFIG_USB_DEVICE_DRIVER usb)
zephyr_include_directories(.)