diff options
Diffstat (limited to 'drivers/net/ark/Makefile')
-rw-r--r-- | drivers/net/ark/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ark/Makefile b/drivers/net/ark/Makefile index ca64b195..f1433bd2 100644 --- a/drivers/net/ark/Makefile +++ b/drivers/net/ark/Makefile @@ -62,5 +62,8 @@ LDLIBS += -lpthread ifdef CONFIG_RTE_EXEC_ENV_LINUXAPP LDLIBS += -ldl endif +LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring +LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs +LDLIBS += -lrte_bus_pci include $(RTE_SDK)/mk/rte.lib.mk |