File tree Expand file tree Collapse file tree 7 files changed +12
-10
lines changed
targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS Expand file tree Collapse file tree 7 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,16 @@ add_subdirectory(TARGET_MCU_K22F EXCLUDE_FROM_ALL)
99add_subdirectory (TARGET_MCU_K64F EXCLUDE_FROM_ALL )
1010add_subdirectory (middleware/wireless/TARGET_FRAMEWORK_5_3_3 EXCLUDE_FROM_ALL )
1111
12- add_library (mbed-mcuxpresso-mcus INTERFACE )
12+ # We append freescale to the name as this should be unique but NXP/Freescale are in the tree covering
13+ # same vendor
14+ add_library (mbed-freescale-mcuxpresso-mcus INTERFACE )
1315
14- target_include_directories (mbed-mcuxpresso-mcus
16+ target_include_directories (mbed-freescale- mcuxpresso-mcus
1517 INTERFACE
1618 api
1719)
1820
19- target_sources (mbed-mcuxpresso-mcus
21+ target_sources (mbed-freescale- mcuxpresso-mcus
2022 INTERFACE
2123 fsl_common.c
2224
@@ -35,4 +37,4 @@ target_sources(mbed-mcuxpresso-mcus
3537 api/sleep.c
3638)
3739
38- target_link_libraries (mbed-mcuxpresso-mcus INTERFACE mbed-freescale)
40+ target_link_libraries (mbed-freescale- mcuxpresso-mcus INTERFACE mbed-freescale)
Original file line number Diff line number Diff line change @@ -78,4 +78,4 @@ target_sources(mbed-k66f
7878
7979mbed_set_linker_script(mbed-k66f ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
8080
81- target_link_libraries (mbed-k66f INTERFACE mbed-mcuxpresso-mcus mbed-frdm-k66f)
81+ target_link_libraries (mbed-k66f INTERFACE mbed-freescale- mcuxpresso-mcus mbed-frdm-k66f)
Original file line number Diff line number Diff line change @@ -92,4 +92,4 @@ target_sources(mbed-k82f
9292
9393mbed_set_linker_script(mbed-k82f ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
9494
95- target_link_libraries (mbed-k82f INTERFACE mbed-mcuxpresso-mcus mbed-frdm-k82f)
95+ target_link_libraries (mbed-k82f INTERFACE mbed-freescale- mcuxpresso-mcus mbed-frdm-k82f)
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ target_sources(mbed-kl43z
7070 ${STARTUP_FILE}
7171)
7272
73- target_link_libraries (mbed-kl43z INTERFACE mbed-mcuxpresso-mcus)
73+ target_link_libraries (mbed-kl43z INTERFACE mbed-freescale- mcuxpresso-mcus)
7474
7575mbed_set_linker_script(mbed-kl43z ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
7676
Original file line number Diff line number Diff line change @@ -66,4 +66,4 @@ target_sources(mbed-kw41z
6666
6767mbed_set_linker_script(mbed-kw41z ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
6868
69- target_link_libraries (mbed-kw41z INTERFACE mbed-mcuxpresso-mcus mbed-framework -5-3-3 mbed-frdm-kw41z)
69+ target_link_libraries (mbed-kw41z INTERFACE mbed-freescale- mcuxpresso-mcus mbed-framework -5-3-3 mbed-frdm-kw41z)
Original file line number Diff line number Diff line change @@ -55,4 +55,4 @@ target_sources(mbed-mcu-k22f
5555 drivers/fsl_wdog.c
5656)
5757
58- target_link_libraries (mbed-mcu-k22f INTERFACE mbed-mcuxpresso-mcus)
58+ target_link_libraries (mbed-mcu-k22f INTERFACE mbed-freescale- mcuxpresso-mcus)
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ target_sources(mbed-mcu-k64f
7575 ${STARTUP_FILE}
7676)
7777
78- target_link_libraries (mbed-mcu-k64f INTERFACE mbed-mcuxpresso-mcus)
78+ target_link_libraries (mbed-mcu-k64f INTERFACE mbed-freescale- mcuxpresso-mcus)
7979
8080mbed_set_linker_script(mbed-mcu-k64f ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
8181
You can’t perform that action at this time.
0 commit comments