event/dpaa2: fix shared build
Fixes:cbc12b0a96
("mk: do not generate LDLIBS from directory dependencies") Fixes:b677d4c6d2
("net/dpaa2: add API for event Rx adapter") Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
This commit is contained in:
parent
22f5f3cb6b
commit
a57bbb68d4
@ -45,7 +45,7 @@ CFLAGS += -I$(RTE_SDK)/drivers/bus/fslmc/portal
|
||||
CFLAGS += -I$(RTE_SDK)/drivers/mempool/dpaa2
|
||||
CFLAGS += -I$(RTE_SDK)/drivers/event/dpaa2
|
||||
CFLAGS += -I$(RTE_SDK)/lib/librte_eal/linuxapp/eal
|
||||
LDLIBS += -lrte_eal -lrte_eventdev -lrte_bus_fslmc
|
||||
LDLIBS += -lrte_eal -lrte_eventdev -lrte_bus_fslmc -lrte_pmd_dpaa2
|
||||
CFLAGS += -I$(RTE_SDK)/drivers/net/dpaa2
|
||||
CFLAGS += -I$(RTE_SDK)/drivers/net/dpaa2/mc
|
||||
|
||||
|
@ -8,4 +8,5 @@ DPDK_17.11 {
|
||||
|
||||
dpaa2_eth_eventq_attach;
|
||||
dpaa2_eth_eventq_detach;
|
||||
};
|
||||
|
||||
} DPDK_17.05;
|
||||
|
Loading…
Reference in New Issue
Block a user