1
0

forgot to move more hwacha stuff out in rocket-chip

This commit is contained in:
Yunsup Lee 2014-09-25 15:33:40 -07:00
parent 70b0f9fd4d
commit 7a28d2b47c

View File

@ -353,7 +353,7 @@ mt_bmarks = \
%.riscv.hex: % %.riscv.hex: %
$(MAKE) -C $(dir $@) $(notdir $@) $(MAKE) -C $(dir $@) $(notdir $@)
$(addprefix $(output_dir)/, $(addsuffix .hex, $(asm_p_tests) $(asm_v_tests) $(vecasm_p_tests) $(vecasm_v_tests) $(vecasm_pt_tests))): $(output_dir)/%.hex: $(tests_isa_dir)/%.hex $(addprefix $(output_dir)/, $(addsuffix .hex, $(asm_p_tests) $(asm_v_tests))): $(output_dir)/%.hex: $(tests_isa_dir)/%.hex
mkdir -p $(output_dir) mkdir -p $(output_dir)
ln -fs $< $@ ln -fs $< $@