Rename test targets
The dependencies for the test target never got updated when some modules were renamed. Fix this. Fixes:494ef2a
("pcs: Split into rx/tx") Fixes:cf0aed4
("pmd_io: Rename to pmd_dp83223_rx") Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
parent
1c37899100
commit
4b55a822ab
4
Makefile
4
Makefile
|
@ -90,8 +90,8 @@ endef
|
|||
%.place.fst: rtl/%.place.vvp rtl/%.sdf tb/%.py FORCE
|
||||
$(run-vvp)
|
||||
|
||||
MODULES := pcs pmd_io nrzi_encode nrzi_decode scramble descramble mdio mdio_io mii_io_rx mii_io_tx
|
||||
MODULES += mdio_regs
|
||||
MODULES := pcs_rx pcs_tx pmd_dp83223_rx nrzi_encode nrzi_decode scramble descramble mdio mdio_io
|
||||
MODULES += mii_io_rx mii_io_tx mdio_regs
|
||||
|
||||
.PHONY: test
|
||||
test: $(addsuffix .fst,$(MODULES)) $(addsuffix .synth.fst,$(MODULES))
|
||||
|
|
Loading…
Reference in New Issue