X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fevent%2Focteontx2%2FMakefile;h=6dab69c5907d0b0f831a4eb3cf41353628ade84c;hb=c3e33304a7f6;hp=aac238bff99e7e7fe6bb21082056cccffc29d249;hpb=f0b9982cb3a700b56586258837c4ef9c394b7429;p=dpdk.git diff --git a/drivers/event/octeontx2/Makefile b/drivers/event/octeontx2/Makefile index aac238bff9..6dab69c590 100644 --- a/drivers/event/octeontx2/Makefile +++ b/drivers/event/octeontx2/Makefile @@ -27,8 +27,6 @@ endif EXPORT_MAP := rte_pmd_octeontx2_event_version.map -LIBABIVER := 1 - # # all source are stored in SRCS-y # @@ -43,7 +41,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_EVENTDEV) += otx2_evdev_selftest.c SRCS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_EVENTDEV) += otx2_evdev_irq.c LDLIBS += -lrte_eal -lrte_bus_pci -lrte_pci -lrte_kvargs -LDLIBS += -lrte_mempool -lrte_eventdev -lrte_mbuf +LDLIBS += -lrte_mempool -lrte_eventdev -lrte_mbuf -lrte_ethdev LDLIBS += -lrte_common_octeontx2 -lrte_mempool_octeontx2 include $(RTE_SDK)/mk/rte.lib.mk