File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
targets/TARGET_Maxim/TARGET_MAX32630 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
1717 set (LIB_EXACT_LE TOOLCHAIN_GCC_ARM/libexactLE.a)
1818endif ()
1919
20- add_library (mbed-maxim- max32630 INTERFACE )
20+ add_library (mbed-max32630 INTERFACE )
2121
22- target_include_directories (mbed-maxim- max32630
22+ target_include_directories (mbed-max32630
2323 INTERFACE
2424 .
2525 device
2626 mxc
2727)
2828
29- target_sources (mbed-maxim- max32630
29+ target_sources (mbed-max32630
3030 INTERFACE
3131 PeripheralPins.c
3232 analogin_api.c
@@ -75,7 +75,7 @@ target_sources(mbed-maxim-max32630
7575 ${STARTUP_FILE}
7676)
7777
78- target_link_libraries (mbed-maxim- max32630
78+ target_link_libraries (mbed-max32630
7979 INTERFACE
8080 ${CMAKE_CURRENT_SOURCE_DIR} /${LIB_EXACT_LE}
8181 mbed-maxim
You can’t perform that action at this time.
0 commit comments