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