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)
9
9
add_subdirectory (TARGET_MCU_K64F EXCLUDE_FROM_ALL )
10
10
add_subdirectory (middleware/wireless/TARGET_FRAMEWORK_5_3_3 EXCLUDE_FROM_ALL )
11
11
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 )
13
15
14
- target_include_directories (mbed-mcuxpresso-mcus
16
+ target_include_directories (mbed-freescale- mcuxpresso-mcus
15
17
INTERFACE
16
18
api
17
19
)
18
20
19
- target_sources (mbed-mcuxpresso-mcus
21
+ target_sources (mbed-freescale- mcuxpresso-mcus
20
22
INTERFACE
21
23
fsl_common.c
22
24
@@ -35,4 +37,4 @@ target_sources(mbed-mcuxpresso-mcus
35
37
api/sleep.c
36
38
)
37
39
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
78
78
79
79
mbed_set_linker_script (mbed-k66f ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
80
80
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
92
92
93
93
mbed_set_linker_script (mbed-k82f ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
94
94
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
70
70
${STARTUP_FILE}
71
71
)
72
72
73
- target_link_libraries (mbed-kl43z INTERFACE mbed-mcuxpresso-mcus )
73
+ target_link_libraries (mbed-kl43z INTERFACE mbed-freescale- mcuxpresso-mcus )
74
74
75
75
mbed_set_linker_script (mbed-kl43z ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
76
76
Original file line number Diff line number Diff line change @@ -66,4 +66,4 @@ target_sources(mbed-kw41z
66
66
67
67
mbed_set_linker_script (mbed-kw41z ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
68
68
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
55
55
drivers/fsl_wdog.c
56
56
)
57
57
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
75
75
${STARTUP_FILE}
76
76
)
77
77
78
- target_link_libraries (mbed-mcu-k64f INTERFACE mbed-mcuxpresso-mcus )
78
+ target_link_libraries (mbed-mcu-k64f INTERFACE mbed-freescale- mcuxpresso-mcus )
79
79
80
80
mbed_set_linker_script (mbed-mcu-k64f ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
81
81
You can’t perform that action at this time.
0 commit comments