We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35aeaf commit a39565aCopy full SHA for a39565a
1 file changed
targets/chip/mb9bf566k/CMakeLists.txt
@@ -1,7 +1,7 @@
1
# export our linkerscript
2
set(TARGET_LINKERSCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/linkerscript.ld" PARENT_SCOPE)
3
4
-# set the atsam4s2b cpu options as a seperate target so the driver layer can link agains klib
+# set the mb9bf566k cpu options as a seperate target so the driver layer can link agains klib
5
add_library(target_cpu_options INTERFACE)
6
set_target_properties(target_cpu_options PROPERTIES FOLDER "klib")
7
@@ -39,7 +39,7 @@ target_compile_options(target_cpu_options INTERFACE "-fno-exceptions")
39
target_compile_options(target_cpu_options INTERFACE "-fno-asynchronous-unwind-tables")
40
41
42
-# cpu atsam4s2b target drivers
+# cpu mb9bf566k target drivers
43
set(SOURCES
44
${CMAKE_CURRENT_SOURCE_DIR}/../../arm/vector_table/cortex-m4.cpp
45
)
0 commit comments