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.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
add_library (mbed-arm-musca-b1 INTERFACE )
@@ -55,3 +55,10 @@ target_link_libraries(mbed-arm-musca-b1
55
55
${CMAKE_CURRENT_SOURCE_DIR} /s_veneers.o
56
56
mbed-arm-ssg
57
57
)
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.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
add_library (mbed-arm-musca-s1 INTERFACE )
@@ -61,3 +61,10 @@ target_link_libraries(mbed-arm-musca-s1
61
61
${CMAKE_CURRENT_SOURCE_DIR} /s_veneers.o
62
62
mbed-arm-ssg
63
63
)
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