Skip to content

Commit

Permalink
soc: arm: Fix cmake linker.ld warning for arduino_uno_r4_minima
Browse files Browse the repository at this point in the history
Fix cmake depreciation warning on pre-defined linker.id
(soc/arm/renesas_ra/ra4m1/linker.ld) used for arduino_uno_r4_minima.

Signed-off-by: Dmitrii Golovanov <[email protected]>
  • Loading branch information
golowanow authored and carlescufi committed Nov 7, 2023
1 parent d12627e commit 82ec639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/arm/renesas_ra/ra4m1/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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 82ec639

Please sign in to comment.