X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eventdev%2FMakefile;h=5ac22cde721caedd7f711d76bee583da1a747542;hb=7535883327ad37b0631edd6ae1a3315400a6b95b;hp=7d73ca9b47c00afecfffaf528debefa4313d963c;hpb=dfb7f82a5ae3eea5b9229828cc26ff2c291ffc9f;p=dpdk.git diff --git a/lib/librte_eventdev/Makefile b/lib/librte_eventdev/Makefile index 7d73ca9b47..5ac22cde72 100644 --- a/lib/librte_eventdev/Makefile +++ b/lib/librte_eventdev/Makefile @@ -39,10 +39,12 @@ LIBABIVER := 3 # build flags CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) +LDLIBS += -lrte_eal -lrte_ring -lrte_ethdev -lrte_hash # library source files SRCS-y += rte_eventdev.c SRCS-y += rte_event_ring.c +SRCS-y += rte_event_eth_rx_adapter.c # export include files SYMLINK-y-include += rte_eventdev.h @@ -50,6 +52,7 @@ SYMLINK-y-include += rte_eventdev_pmd.h SYMLINK-y-include += rte_eventdev_pmd_pci.h SYMLINK-y-include += rte_eventdev_pmd_vdev.h SYMLINK-y-include += rte_event_ring.h +SYMLINK-y-include += rte_event_eth_rx_adapter.h # versioning export map EXPORT_MAP := rte_eventdev_version.map