Commit 445de550 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

sims/nic/corundum,net/menshen: add ENABLE_VERILATOR option

Disabled by default as verilator is a bit tricky with versions etc.
parent c4ede70a
......@@ -52,5 +52,7 @@ $(bin_menshen): $(verilator_bin_menshen)
cp $< $@
CLEAN := $(bin_menshen) $(verilator_dir_menshen) $(OBJS)
ifeq ($(ENABLE_VERILATOR),y)
ALL := $(bin_menshen)
endif
include mk/subdir_post.mk
......@@ -55,5 +55,8 @@ $(bin_corundum): $(verilator_bin_corundum)
cp $< $@
CLEAN := $(bin_corundum) $(verilator_dir_corundum) $(OBJS)
ifeq ($(ENABLE_VERILATOR),y)
ALL := $(bin_corundum)
endif
include mk/subdir_post.mk
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment