drivers: add net as dependency for event drivers
With the introduction of eventdev-ethdev RX adapter support in event device, some of the event device will have dependency on their respective ethernet drivers. This patch adds the net as a dependency for eventdevs. Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
This commit is contained in:
parent
b677d4c6d2
commit
18fe5c1cf5
@ -39,6 +39,6 @@ DEPDIRS-net := bus mempool
|
||||
DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
|
||||
DEPDIRS-crypto := bus mempool
|
||||
DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
|
||||
DEPDIRS-event := bus mempool
|
||||
DEPDIRS-event := bus mempool net
|
||||
|
||||
include $(RTE_SDK)/mk/rte.subdir.mk
|
||||
|
Loading…
Reference in New Issue
Block a user