Skip to content

Commit

Permalink
Fix asm Makefile call in icarus Makefile
Browse files Browse the repository at this point in the history
There is only a single Makefile, no OS-specific Makefiles.
  • Loading branch information
desaster committed Aug 6, 2018
1 parent 190eabd commit 720537d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/icarus/hdl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ $(TARGET).vvp: $(SRC)
$(IVERILOG) -DFINISHTIME=8000 -D LEDBLINKHEX=\"$(BLINKHEX)\" -o $@ $^

$(BLINKHEX): $(ASM)
make -C $(ASM) -f Makefile.$(shell uname) SIM=1
make -C $(ASM) -f Makefile SIM=1

0 comments on commit 720537d

Please sign in to comment.