summaryrefslogtreecommitdiff
path: root/gcc_nrf52.ld
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-01-12 16:26:20 +0100
committerJF <jf@codingfield.com>2020-01-12 16:26:20 +0100
commit3c29a11c78c9cd06be8ccedd9a067cd129b85f28 (patch)
tree796205c718db6bb9114b4c84523d7e1c9b8dd997 /gcc_nrf52.ld
parentf23ef842ca20138a5464604e00a481a0d0fc357d (diff)
Fix link error because of missing file "nrf_common.ld"
Diffstat (limited to 'gcc_nrf52.ld')
-rw-r--r--gcc_nrf52.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc_nrf52.ld b/gcc_nrf52.ld
index 56ae1cf9..992c6c2e 100644
--- a/gcc_nrf52.ld
+++ b/gcc_nrf52.ld
@@ -133,4 +133,4 @@ SECTIONS
} INSERT AFTER .text
-INCLUDE "nrf_common.ld"
+INCLUDE "./nrf_common.ld"