2021-02-09 13:48:06 +00:00
|
|
|
# Copyright (c) 2020-2021 ARM Limited. All rights reserved.
|
2020-07-20 17:12:23 +00:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-02-09 13:48:06 +00:00
|
|
|
add_subdirectory(TARGET_KLXX EXCLUDE_FROM_ALL)
|
|
|
|
add_subdirectory(TARGET_MCUXpresso_MCUS EXCLUDE_FROM_ALL)
|
2020-07-29 18:56:18 +00:00
|
|
|
|
2021-02-09 13:48:06 +00:00
|
|
|
add_library(mbed-freescale INTERFACE)
|
|
|
|
|
|
|
|
target_include_directories(mbed-freescale
|
2020-10-26 16:13:36 +00:00
|
|
|
INTERFACE
|
2020-11-09 12:28:00 +00:00
|
|
|
.
|
2020-07-20 17:12:23 +00:00
|
|
|
)
|
|
|
|
|
2021-02-09 13:48:06 +00:00
|
|
|
target_sources(mbed-freescale
|
2020-10-26 16:13:36 +00:00
|
|
|
INTERFACE
|
2020-07-20 17:12:23 +00:00
|
|
|
USBPhy_Kinetis.cpp
|
|
|
|
)
|