~ruther/verilog-riscv-semestral-project

94c41794fa83c9d5c25d362920dc2ee4b5d48288 — Rutherther 1 year, 4 months ago db85fb3
chore: pass PROGRAM argument to objdump make target
1 files changed, 2 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +2 -1
@@ 92,7 92,8 @@ OBJCOPY=riscv32-none-elf-objcopy
./programs/bin/%.dat: ./programs/bin/%.bin
	od $< -t x4 -A n -v > $@

objdump/%: ./programs/bin/start-%.o
.PHONY: objdump
objdump: ./programs/bin/start-$(PROGRAM).o
	$(OBJDUMP) -d -M no-aliases $<

.PHONY: clean

Do not follow this link