1
0

Added optional Makefile includes for private chip repos

This commit is contained in:
Henry Cook 2015-07-06 17:15:27 -07:00
parent d3ccec1044
commit 854fd64fba
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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