Skip to content

Commit

Permalink
Rename and move CorexContextSwitch files.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeWort committed Jul 5, 2019
1 parent 5b015a3 commit 82eafc6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@ if (YOTTA_CFG_MICROBIT_CONFIGFILE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${YOTTA_FORCE_INCLUDE_FLAG} \"${YOTTA_CFG_MICROBIT_CONFIGFILE}\"")
endif ()

if(CMAKE_COMPILER_IS_GNUCC)
file(REMOVE "asm/CortexContextSwitch.s")
configure_file("asm/CortexContextSwitch.s.gcc" "asm/CortexContextSwitch.s" COPYONLY)
else()
file(REMOVE "asm/CortexContextSwitch.s")
configure_file("asm/CortexContextSwitch.s.armcc" "asm/CortexContextSwitch.s" COPYONLY)
endif()

set(YOTTA_AUTO_MICROBIT-DAL_S_FILES
"asm/CortexContextSwitch.s"
)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 82eafc6

Please sign in to comment.