Broken dependency files
tswilliams opened this issue · 1 comments
tswilliams commented
Running a dep file consistency check revealed a few recent breakages that sneaked into the master
branch - specifically:
- References to
boards/sim/firmware/cfg/sim.dep
(should be updated toinclude -c boards/sim sim_udp.dep
):boards/enclustra_ax3_pm3/sim/firmware/cfg/enclustra_ax3_pm3_sim.dep
boards/kcu105/basex/sim/firmware/cfg/kcu105_basex_sim.dep
boards/pc053a/sim/firmware/cfg/pc053a_sim.dep
boards/zcu102/basex/sim/firmware/cfg/zcu102_basex_sim.dep
components/ipbus_util/firmware/cfg/ipbus_sysmon_v6.dep
-ipbus_
prefix missing in VHDL filenameboards/k800/synth/firmware/cfg/k800_infra_xdmaBypass.dep
-clocks/
prefix missing forclocks_us_serdes.vhd
tswilliams commented
Fix has been merged into master
. Closing.