bootloader: Rename bootloader.ld to bootloader-intermediate.ld.
[gps-watch.git] / SConscript.target
index dc60c2ed461b58f06ab0fe52215ebaa648d8d309..8ee82a3463fac66ea6569bc29a62f3f515dd72c8 100644 (file)
@@ -62,7 +62,7 @@ Depends(libbootloader, 'libcommon.a')
 bootloader_env = env.Clone()
 
 bootloader_env.Append(LINKFLAGS = [
-    '-Tsrc/bootloader/bootloader.ld',
+    '-Tsrc/bootloader/bootloader-intermediate.ld',
 ])
 
 bootloader_elf = bootloader_env.Program('gps-watch-bootloader.elf', 'src/bootloader/start.c', LIBS = ['bootloader', 'common'])