From 73c00e46af3685679072f1f795c37674071e7c92 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Wed, 26 Aug 2015 23:37:43 +0200 Subject: [PATCH] Add UtilsP.o dependency to wishbonet rule --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index d1c00c5..06278ca 100644 --- a/test/Makefile +++ b/test/Makefile @@ -57,7 +57,7 @@ spi: spit ghdl -r --std=$(VHD_STD) $@t --wave=$@t.ghw -wishbonet: RandomPkg.o AssertP.o SimP.o QueueP.o $(SYN_SRC)/WishBoneMasterE.vhd $(SYN_SRC)/WishBoneSlaveE.vhd WishBoneT.vhd +wishbonet: RandomPkg.o AssertP.o SimP.o QueueP.o UtilsP.o $(SYN_SRC)/WishBoneMasterE.vhd $(SYN_SRC)/WishBoneSlaveE.vhd WishBoneT.vhd ghdl -a --std=$(VHD_STD) -fpsl $(SYN_SRC)/WishBoneMasterE.vhd $(SYN_SRC)/WishBoneSlaveE.vhd ghdl -a --std=$(VHD_STD) -fpsl WishBoneT.vhd ghdl -e --std=$(VHD_STD) $@