Fix Makefile bug w/ BREAK_SIM_PREREQ
This commit is contained in:
@@ -196,7 +196,7 @@ endif
|
|||||||
ifeq (,$(BREAK_SIM_PREREQ))
|
ifeq (,$(BREAK_SIM_PREREQ))
|
||||||
SIM_PREREQ = $(sim)
|
SIM_PREREQ = $(sim)
|
||||||
SIM_DEBUG_PREREQ = $(sim_debug)
|
SIM_DEBUG_PREREQ = $(sim_debug)
|
||||||
else
|
endif
|
||||||
|
|
||||||
# run normal binary with hardware-logged insn dissassembly
|
# run normal binary with hardware-logged insn dissassembly
|
||||||
run-binary: $(output_dir) $(SIM_PREREQ) check-binary
|
run-binary: $(output_dir) $(SIM_PREREQ) check-binary
|
||||||
|
|||||||
Reference in New Issue
Block a user