Update DV Makefiles

- CARAVEL_PATH is now determined from CARAVEL_MASTER variable
diff --git a/verilog/dv/Makefile b/verilog/dv/Makefile
index 7e37e02..7895a6e 100644
--- a/verilog/dv/Makefile
+++ b/verilog/dv/Makefile
@@ -19,7 +19,7 @@
 .SUFFIXES:
 .SILENT: clean all
 
-PATTERNS = io_ports la_test1 la_test2
+PATTERNS = io_ports la_test1 la_test2 wb_port mprj_stimulus
 
 all:  ${PATTERNS}
 	for i in ${PATTERNS}; do \