rename OUT_DIR to GEN_COLLATERAL_DIR

This commit is contained in:
joey0320
2023-02-13 13:24:04 -08:00
parent 6cd46d3c73
commit 58a6e72528
7 changed files with 29 additions and 29 deletions

View File

@@ -20,7 +20,7 @@ SIM_CXXFLAGS = \
-std=c++17 \
-I$(RISCV)/include \
-I$(dramsim_dir) \
-I$(OUT_DIR) \
-I$(GEN_COLLATERAL_DIR) \
$(EXTRA_SIM_CXXFLAGS)
SIM_LDFLAGS = \