mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
atsamd: Fix typo in Makefile
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
b33ad59e25
commit
52eef84228
@ -52,7 +52,7 @@ $(OUT)samd.ld: $(ldfile-y) $(OUT)board-link
|
||||
target-y += $(OUT)klipper.bin $(OUT)klipper.elf.hex
|
||||
|
||||
$(OUT)klipper.bin: $(OUT)klipper.elf
|
||||
@echo " Creating hex file $@"
|
||||
@echo " Creating bin file $@"
|
||||
$(Q)$(OBJCOPY) -O binary $< $@
|
||||
|
||||
$(OUT)klipper.elf.hex: $(OUT)klipper.elf
|
||||
|
Loading…
x
Reference in New Issue
Block a user