remove redundant CLASSPATH_TARGETS (this is always the same as CLASSPATH)

This commit is contained in:
Jerry Zhao
2024-05-16 09:46:06 -07:00
parent 5870c6e4d4
commit c60d0475b6
2 changed files with 5 additions and 8 deletions

View File

@@ -162,9 +162,6 @@ endif
CLASSPATH_CACHE ?= $(base_dir)/.classpath_cache
CHIPYARD_CLASSPATH ?= $(CLASSPATH_CACHE)/chipyard.jar
TAPEOUT_CLASSPATH ?= $(CLASSPATH_CACHE)/tapeout.jar
# if *_CLASSPATH is a true java classpath, it can be colon-delimited list of paths (on *nix)
CHIPYARD_CLASSPATH_TARGETS ?= $(subst :, ,$(CHIPYARD_CLASSPATH))
TAPEOUT_CLASSPATH_TARGETS ?= $(subst :, ,$(TAPEOUT_CLASSPATH))
# chisel generated outputs
FIRRTL_FILE ?= $(build_dir)/$(long_name).fir