Skip to content

Commit a39565a

Browse files
committed
fixed wrong name in cmakelist for target
1 parent f35aeaf commit a39565a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

targets/chip/mb9bf566k/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# export our linkerscript
22
set(TARGET_LINKERSCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/linkerscript.ld" PARENT_SCOPE)
33

4-
# set the atsam4s2b cpu options as a seperate target so the driver layer can link agains klib
4+
# set the mb9bf566k cpu options as a seperate target so the driver layer can link agains klib
55
add_library(target_cpu_options INTERFACE)
66
set_target_properties(target_cpu_options PROPERTIES FOLDER "klib")
77

@@ -39,7 +39,7 @@ target_compile_options(target_cpu_options INTERFACE "-fno-exceptions")
3939
target_compile_options(target_cpu_options INTERFACE "-fno-asynchronous-unwind-tables")
4040

4141

42-
# cpu atsam4s2b target drivers
42+
# cpu mb9bf566k target drivers
4343
set(SOURCES
4444
${CMAKE_CURRENT_SOURCE_DIR}/../../arm/vector_table/cortex-m4.cpp
4545
)

0 commit comments

Comments
 (0)