Hi Ferruh,
> >
> > > +# this lib depends upon:
> > > +DEPDIRS-$(CONFIG_RTE_LIBRTE_ICE_PMD) += lib/librte_eal
> > > +lib/librte_ether
> > > +DEPDIRS-$(CONFIG_RTE_LIBRTE_ICE_PMD) += lib/librte_mempool
> > > +lib/librte_mbuf
> > > +DEPDIRS-$(CONFIG_RTE_LIBRTE_ICE_PMD) += lib/librte_net
> > > +DEPDIRS-$(CONFIG_RTE_LIBRTE_ICE_PMD) += lib/librte_kvargs
> >
> > As far as I remember we removed DEPDIRS from makefiles, there is no
> > more dynamic dependency resolving, so it should be safe to remove above
> lines.
> I don't understand. This is to handle the compile error in v1, like,
> https://patches.dpdk.org/patch/48286/
> We have to have it.
Sorry my bad. I talked about another change. I'll try to remove it.

Reply via email to