From 52419fd7ada23f546e33e0c4ff88997dc7773480 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Fri, 7 Dec 2018 23:47:49 +0100 Subject: [PATCH] Regression remove dplus stuff #46 --- src/test/cpp/regression/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/cpp/regression/makefile b/src/test/cpp/regression/makefile index a5d5643..2e481c4 100644 --- a/src/test/cpp/regression/makefile +++ b/src/test/cpp/regression/makefile @@ -46,11 +46,11 @@ else endif -ifneq ($(shell dplus -VV | grep timerInterrupt ../../../../VexRiscv.v -w),) +ifneq (grep timerInterrupt ../../../../VexRiscv.v -w),) ADDCFLAGS += -CFLAGS -DTIMER_INTERRUPT endif -ifneq ($(shell dplus -VV | grep externalInterrupt ../../../../VexRiscv.v -w),) +ifneq (grep externalInterrupt ../../../../VexRiscv.v -w),) ADDCFLAGS += -CFLAGS -DEXTERNAL_INTERRUPT endif