Fix Makefile bug w/ BREAK_SIM_PREREQ
This commit is contained in:
@@ -193,10 +193,10 @@ ifeq (,$(BINARY))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# allow you to override sim prereq
|
# allow you to override sim prereq
|
||||||
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