Added optional Makefile includes for private chip repos
This commit is contained in:
parent
d3ccec1044
commit
854fd64fba
3
Makefrag
3
Makefrag
@ -1,5 +1,6 @@
|
|||||||
# UCB use only
|
# UCB use only
|
||||||
-include $(base_dir)/Makefrag-refchip
|
-include $(base_dir)/Makefrag-boomchip
|
||||||
|
-include $(base_dir)/Makefrag-hwachachip
|
||||||
|
|
||||||
# check RISCV environment variable
|
# check RISCV environment variable
|
||||||
ifndef RISCV
|
ifndef RISCV
|
||||||
|
@ -95,7 +95,8 @@ run-mt-tests-debug: $(addprefix $(output_dir)/, $(addsuffix .vpd, $(mt_bmarks)))
|
|||||||
@echo; perl -ne 'print " [$$1] $$ARGV \t$$2\n" if /\*{3}(.{8})\*{3}(.*)/' $(patsubst %.vpd,%.out,$^); echo;
|
@echo; perl -ne 'print " [$$1] $$ARGV \t$$2\n" if /\*{3}(.{8})\*{3}(.*)/' $(patsubst %.vpd,%.out,$^); echo;
|
||||||
|
|
||||||
# UCB use only
|
# UCB use only
|
||||||
-include Makefrag-refchip
|
-include Makefrag-boomchip
|
||||||
|
-include Makefrag-hwachachip
|
||||||
|
|
||||||
run: run-asm-tests run-bmarks-test
|
run: run-asm-tests run-bmarks-test
|
||||||
run-debug: run-asm-tests-debug run-bmarks-test-debug
|
run-debug: run-asm-tests-debug run-bmarks-test-debug
|
||||||
|
Loading…
Reference in New Issue
Block a user