2020-07-20 17:12:23 +00:00
|
|
|
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-10-13 12:52:06 +00:00
|
|
|
if("MCUXpresso_MCUS" IN_LIST MBED_TARGET_LABELS)
|
|
|
|
add_subdirectory(TARGET_MCUXpresso_MCUS)
|
|
|
|
endif()
|
2020-07-29 18:56:18 +00:00
|
|
|
|
2020-10-22 16:00:21 +00:00
|
|
|
target_include_directories(mbed-core
|
2020-10-26 16:13:36 +00:00
|
|
|
INTERFACE
|
2020-07-20 17:12:23 +00:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
|
|
)
|
|
|
|
|
2020-10-22 16:00:21 +00:00
|
|
|
target_sources(mbed-core
|
2020-10-26 16:13:36 +00:00
|
|
|
INTERFACE
|
2020-07-20 17:12:23 +00:00
|
|
|
USBPhy_Kinetis.cpp
|
|
|
|
)
|