File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2020 ARM Limited. All rights reserved.
1+ # Copyright (c) 2020-2021 ARM Limited. All rights reserved.
22# SPDX-License-Identifier: Apache-2.0
33
44add_library (mbed-arm-musca-b1 INTERFACE )
@@ -55,3 +55,10 @@ target_link_libraries(mbed-arm-musca-b1
5555 ${CMAKE_CURRENT_SOURCE_DIR} /s_veneers.o
5656 mbed-arm-ssg
5757)
58+
59+ add_library (mbed-arm-musca-b1-ns INTERFACE )
60+
61+ target_link_libraries (mbed-arm-musca-b1-ns
62+ INTERFACE
63+ mbed-arm-musca-b1
64+ )
Original file line number Diff line number Diff line change 1- # Copyright (c) 2020 ARM Limited. All rights reserved.
1+ # Copyright (c) 2020-2021 ARM Limited. All rights reserved.
22# SPDX-License-Identifier: Apache-2.0
33
44add_library (mbed-arm-musca-s1 INTERFACE )
@@ -61,3 +61,10 @@ target_link_libraries(mbed-arm-musca-s1
6161 ${CMAKE_CURRENT_SOURCE_DIR} /s_veneers.o
6262 mbed-arm-ssg
6363)
64+
65+ add_library (mbed-arm-musca-s1-ns INTERFACE )
66+
67+ target_link_libraries (mbed-arm-musca-s1-ns
68+ INTERFACE
69+ mbed-arm-musca-s1
70+ )
You can’t perform that action at this time.
0 commit comments