From b5992186df9705b7c42fd82d18a563e76617accf Mon Sep 17 00:00:00 2001 From: Colin Schmidt Date: Wed, 16 Mar 2016 15:09:42 -0700 Subject: [PATCH] include top-level makefrag in regressions fixes issue with rocketchip_addons inclusion --- regression/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/regression/Makefile b/regression/Makefile index 79206c65..cda2eaf1 100644 --- a/regression/Makefile +++ b/regression/Makefile @@ -29,6 +29,9 @@ RISCV ?= install/$(TOOLS_HASH) # Torture saves the failing tests into a directory, which defaults to just somehing inside the regressions directory. TORTURE_SAVE_DIR ?= torture-failures +# Include top-level makefrag for options like rocketchip_addons +include $(TOP)/Makefrag + # Removes all the build stamps from the current config .PHONY: clean clean: