mirror of https://github.com/ARMmbed/mbed-os.git
parent
56450aa979
commit
e2c2b2ba6f
|
@ -45,7 +45,7 @@ target_sources(mbed-mimxrt1170-evk
|
||||||
target_link_libraries(mbed-mimxrt1170-evk
|
target_link_libraries(mbed-mimxrt1170-evk
|
||||||
INTERFACE
|
INTERFACE
|
||||||
mbed-mcuxpresso-mcus
|
mbed-mcuxpresso-mcus
|
||||||
mbed-evk-rt1170
|
mbed-evk
|
||||||
mbed-imx
|
mbed-imx
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Copyright (c) 2021 ARM Limited. All rights reserved.
|
# Copyright (c) 2021 ARM Limited. All rights reserved.
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
add_library(mbed-evk INTERFACE)
|
add_library(mbed-rt1170-evk INTERFACE)
|
||||||
|
|
||||||
target_include_directories(mbed-evk
|
target_include_directories(mbed-rt1170-evk
|
||||||
INTERFACE
|
INTERFACE
|
||||||
.
|
.
|
||||||
xip
|
xip
|
||||||
)
|
)
|
||||||
|
|
||||||
target_sources(mbed-evk
|
target_sources(mbed-rt1170-evk
|
||||||
INTERFACE
|
INTERFACE
|
||||||
analogin_api.c
|
analogin_api.c
|
||||||
flash_api.c
|
flash_api.c
|
||||||
|
|
Loading…
Reference in New Issue