From 19bfdab48c2a6da4a2c67d5779757da7b073811d Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Sun, 29 Mar 2020 18:07:13 -0700 Subject: Add debug-check-fast target for This isn't appropriate for regression-testing the debug infrastructure, but is useful as a quick sanity check for unrelated CI runs, where we're just trying to make sure integration isn't totally borked. --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index ea71c6b..f00c8a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -32,6 +32,10 @@ debug-check: mkdir -p debug $(MAKE) -C debug -f $(debug_src_dir)/Makefile src_dir=$(debug_src_dir) XLEN=$(XLEN) +debug-check-fast: + mkdir -p debug + $(MAKE) -C debug -f $(debug_src_dir)/Makefile src_dir=$(debug_src_dir) XLEN=$(XLEN) spike$(XLEN) + clean: [ ! -d isa ] || $(MAKE) -C isa -f $(isa_src_dir)/Makefile src_dir=$(isa_src_dir) clean [ ! -d benchmarks ] || $(MAKE) -C benchmarks -f $(bmarkdir)/Makefile src_dir=$(bmarkdir) clean -- cgit v1.1