Skip to content

Commit

Permalink
make sure coreplex sources included in make dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zhemao committed Aug 11, 2016
1 parent e0ae039 commit a756856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefrag
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CHISEL_ARGS := --W0W --minimumCompatibility 3.0.0 --backend $(BACKEND) --configN
endif

src_path = src/main/scala
default_submodules = . junctions uncore hardfloat rocket groundtest context-dependent-environments
default_submodules = . junctions uncore hardfloat rocket groundtest coreplex context-dependent-environments
chisel_srcs = $(foreach submodule,$(default_submodules) $(ROCKETCHIP_ADDONS),$(wildcard $(base_dir)/$(submodule)/$(src_path)/*.scala))
chisel_srcs += $(foreach submodule,$(default_submodules) $(ROCKETCHIP_ADDONS),$(wildcard $(base_dir)/$(submodule)/$(src_path)/*/*.scala))

Expand Down

0 comments on commit a756856

Please sign in to comment.