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
|
||||
INTERFACE
|
||||
mbed-mcuxpresso-mcus
|
||||
mbed-evk-rt1170
|
||||
mbed-evk
|
||||
mbed-imx
|
||||
)
|
||||
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Copyright (c) 2021 ARM Limited. All rights reserved.
|
||||
# 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
|
||||
.
|
||||
xip
|
||||
)
|
||||
|
||||
target_sources(mbed-evk
|
||||
target_sources(mbed-rt1170-evk
|
||||
INTERFACE
|
||||
analogin_api.c
|
||||
flash_api.c
|
||||
|
|
Loading…
Reference in New Issue