Skip to content

Commit

Permalink
Sw: fix relative path in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ezelioli committed Feb 6, 2025
1 parent 149884e commit 5744415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/sw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ $(CHS_SW_DIR)/boot/linux.%.gpt.bin: $(CHS_SW_DIR)/boot/zsl.rom.bin $(CHS_SW_DIR)

# This program can be used to flash bootable disks using preloaded images.
# `util/flash_disk.sh` utilizes it to flash disk images preloaded over JTAG.
CHS_SW_TOOLS += sw/boot/flash.spm.elf
CHS_SW_TOOLS += $(CHS_SW_DIR)/boot/flash.spm.elf

#########
# Tests #
Expand Down

0 comments on commit 5744415

Please sign in to comment.