1
0

append config name to generated Makefrag filename

This commit is contained in:
Yunsup Lee
2015-07-17 12:34:49 -07:00
parent 777facf91e
commit a99b1e3a01
4 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ run-$kind-fast: $$(addprefix $$(output_dir)/, $$(addsuffix .run, $targets))
} else { "\n" }
}
val f = createOutputFile("Makefrag")
val f = createOutputFile("Makefrag-tests." + Driver.chiselConfigClassName.get)
f.write(List(gen("asm", asmSuites.values.toSeq), gen("bmark", bmarkSuites.values.toSeq)).mkString("\n"))
f.close
}