Fix makefile with --coverage, bug953.
This commit is contained in:
parent
ff9f5b62ac
commit
5e41350588
2
Changes
2
Changes
|
|
@ -21,6 +21,8 @@ indicates the contributor was also the author of the fix; Thanks!
|
||||||
|
|
||||||
**** Fix hashed error with typedef inside block, bug948. [Sven Stucki]
|
**** Fix hashed error with typedef inside block, bug948. [Sven Stucki]
|
||||||
|
|
||||||
|
**** Fix makefile with --coverage, bug953. [Eivind Liland]
|
||||||
|
|
||||||
|
|
||||||
* Verilator 3.874 2015-06-06
|
* Verilator 3.874 2015-06-06
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -120,10 +120,6 @@ ifeq ($(VM_SP),1)
|
||||||
$(SP_PREPROC) -M sp_preproc.d --tree $(VM_PREFIX).sp_tree \
|
$(SP_PREPROC) -M sp_preproc.d --tree $(VM_PREFIX).sp_tree \
|
||||||
--preproc $(VK_CLASSES_SP)
|
--preproc $(VK_CLASSES_SP)
|
||||||
else
|
else
|
||||||
ifeq ($(VM_COVERAGE),1)
|
|
||||||
CPPFLAGS += -I$(SYSTEMPERL_INCLUDE)
|
|
||||||
VPATH += $(SYSTEMPERL_INCLUDE)
|
|
||||||
endif
|
|
||||||
preproc:
|
preproc:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue