Regression remove dplus stuff #46

This commit is contained in:
Dolu1990 2018-12-07 23:47:49 +01:00
parent 68fdbe60cc
commit 52419fd7ad

View file

@ -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