aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-08-22 13:18:24 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-08-22 13:18:24 -0400
commitcaeb610bb911291f8ca28129b6f5ed1b494f0fec (patch)
tree51baa909e07c3cd4281530153a628f6ac6e748fc /src/lpc176x
parentff7be3e0261e844c81ae1d4c3f016c0b9dd75b77 (diff)
downloadkutter-caeb610bb911291f8ca28129b6f5ed1b494f0fec.tar.gz
kutter-caeb610bb911291f8ca28129b6f5ed1b494f0fec.tar.xz
kutter-caeb610bb911291f8ca28129b6f5ed1b494f0fec.zip
armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.S
Rename the linker script so the build does not have any conflicts with the armcm_boot.d dependency file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/lpc176x')
-rw-r--r--src/lpc176x/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lpc176x/Makefile b/src/lpc176x/Makefile
index f4966ff7..ef5b0460 100644
--- a/src/lpc176x/Makefile
+++ b/src/lpc176x/Makefile
@@ -8,8 +8,8 @@ dirs-y += src/lpc176x src/generic lib/lpc176x/device
CFLAGS += -mthumb -mcpu=cortex-m3 -Ilib/lpc176x/device -Ilib/cmsis-core
CFLAGS_klipper.elf += --specs=nano.specs --specs=nosys.specs
-CFLAGS_klipper.elf += -T $(OUT)src/generic/armcm_boot.ld
-$(OUT)klipper.elf: $(OUT)src/generic/armcm_boot.ld
+CFLAGS_klipper.elf += -T $(OUT)src/generic/armcm_link.ld
+$(OUT)klipper.elf: $(OUT)src/generic/armcm_link.ld
# Add source files
src-y += lpc176x/main.c lpc176x/gpio.c