Skip to content

Commit

Permalink
soc: arm: Fix build issue for arduino_uno_r4_minima
Browse files Browse the repository at this point in the history
Fix build issue with linker.id depreciated for
arduino_uno_r4_minima platform and observed on
samples/synchronization/sample.kernel.synchronization
after #64544.

Signed-off-by: Dmitrii Golovanov <[email protected]>
  • Loading branch information
golowanow committed Nov 3, 2023
1 parent 8ba8c18 commit fe936d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion soc/arm/renesas_ra/ra4m1/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (c) 2023 TOKITA Hiroshi <[email protected]>
# SPDX-License-Identifier: Apache-2.0

# empty
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")
#

0 comments on commit fe936d7

Please sign in to comment.