The syntax "DEPDIRS-y = ..." is deprecated since
commit
feb9f680cd2c ("mk: optimize directory dependencies").
Replace it with the new style.
Fixes:
8700239f7767 ("mempool/octeontx: add build and log infrastructure")
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
DIRS-$(CONFIG_RTE_DRIVER_MEMPOOL_STACK) += stack
DEPDIRS-stack = $(core-libs)
DIRS-$(CONFIG_RTE_LIBRTE_OCTEONTX_MEMPOOL) += octeontx
-DEPDIRS-octeontx = $(core-libs)
+DEPDIRS-octeontx = $(core-libs) librte_mbuf
include $(RTE_SDK)/mk/rte.subdir.mk
CFLAGS_rte_mempool_octeontx.o += -Ofast
endif
-# this lib depends upon:
-DEPDIRS-$(CONFIG_RTE_LIBRTE_OCTEONTX_MEMPOOL) += lib/librte_mbuf
-
include $(RTE_SDK)/mk/rte.lib.mk