mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 03:28:07 +09:00
atsamd: Fix typo in Makefile
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -52,7 +52,7 @@ $(OUT)samd.ld: $(ldfile-y) $(OUT)board-link
|
|||||||
target-y += $(OUT)klipper.bin $(OUT)klipper.elf.hex
|
target-y += $(OUT)klipper.bin $(OUT)klipper.elf.hex
|
||||||
|
|
||||||
$(OUT)klipper.bin: $(OUT)klipper.elf
|
$(OUT)klipper.bin: $(OUT)klipper.elf
|
||||||
@echo " Creating hex file $@"
|
@echo " Creating bin file $@"
|
||||||
$(Q)$(OBJCOPY) -O binary $< $@
|
$(Q)$(OBJCOPY) -O binary $< $@
|
||||||
|
|
||||||
$(OUT)klipper.elf.hex: $(OUT)klipper.elf
|
$(OUT)klipper.elf.hex: $(OUT)klipper.elf
|
||||||
|
|||||||
Reference in New Issue
Block a user