1
0

Merge pull request #40 from ucb-bar/make-3.82

Support make-3.82 and newer
This commit is contained in:
Andrew Waterman 2016-01-28 14:28:27 -08:00
commit 7e9d8c7256

View File

@ -42,7 +42,7 @@ $(sim_dir)/libdramsim.a: $(DRAMSIM_OBJS)
%.hex:
$(MAKE) -C $(dir $@) $(notdir $@)
%.riscv.hex: %
%.riscv.hex: %.riscv
$(MAKE) -C $(dir $@) $(notdir $@)
#---------------------------------------------------------------------