2021-02-19 13:39:32 +00:00
|
|
|
# Copyright (c) 2020-2021 ARM Limited. All rights reserved.
|
2020-12-10 10:11:10 +00:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-02-09 15:04:01 +00:00
|
|
|
add_subdirectory(TARGET_RZ_A1XX EXCLUDE_FROM_ALL)
|
|
|
|
add_subdirectory(TARGET_RZ_A2XX EXCLUDE_FROM_ALL)
|
2020-12-10 10:11:10 +00:00
|
|
|
|
2021-02-09 15:04:01 +00:00
|
|
|
add_library(mbed-renesas INTERFACE)
|
|
|
|
|
|
|
|
target_include_directories(mbed-renesas
|
2020-12-10 10:11:10 +00:00
|
|
|
INTERFACE
|
|
|
|
.
|
|
|
|
)
|
2021-02-19 13:39:32 +00:00
|
|
|
|
|
|
|
target_link_libraries(mbed-renesas INTERFACE mbed-cmsis-cortex-a)
|