Move USB file to from modules/hal_nxp to zephyr/modules folder Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
9 lines
190 B
CMake
9 lines
190 B
CMake
#
|
|
# 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)
|