make: Remove obsolete args rom dependency

This commit is contained in:
Hansung Kim
2024-06-12 09:56:25 -07:00
parent 89fc4ad2a3
commit 5e8a746928
2 changed files with 1 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ HELP_COMPILATION_VARIABLES += \
" MFC_BASE_LOWERING_OPTIONS = override lowering options to pass to the MLIR FIRRTL compiler" \
" ASPECTS = comma separated list of Chisel aspect flows to run (e.x. chipyard.upf.ChipTopUPFAspect)"
EXTRA_GENERATOR_REQS ?= $(BOOTROM_TARGETS) $(ARGSROM_TARGETS)
EXTRA_GENERATOR_REQS ?= $(BOOTROM_TARGETS)
EXTRA_SIM_CXXFLAGS ?=
EXTRA_SIM_LDFLAGS ?=
EXTRA_SIM_SOURCES ?=