Make the debug tests aware of multicore.
[riscv-tests.git] / debug / Makefile
index 2d8d36759d0aac813935b88d88771d9caca8ad32..33988dd02615fae0a40517bedc85f80f7b4a29cf 100644 (file)
@@ -4,9 +4,9 @@ XLEN ?= 64
 src_dir ?= .
 GDBSERVER_PY = $(src_dir)/gdbserver.py
 
-default: spike$(XLEN)
+default: spike$(XLEN)-2
 
-all:   pylint spike32 spike64
+all:   pylint spike32 spike64 spike32-2 spike64-2
 
 pylint:
        pylint --rcfile=pylint.rc `git ls-files '*.py'`