X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_port%2FMakefile;h=57d2aedbc5604d9c4b42065ae4cfc90b89db8c74;hb=7be7d02fadf66ca88681d57fbe12fff959f61a6c;hp=1b83f6f2b9e2e7a6b60f812a01502c925314b123;hpb=cc85c0781f83934b153062914790eb4f2b08954a;p=dpdk.git diff --git a/lib/librte_port/Makefile b/lib/librte_port/Makefile index 1b83f6f2b9..57d2aedbc5 100644 --- a/lib/librte_port/Makefile +++ b/lib/librte_port/Makefile @@ -11,7 +11,7 @@ ifeq ($(CONFIG_RTE_PORT_PCAP),y) LDLIBS += -lpcap endif LDLIBS += -lrte_eal -lrte_mempool -lrte_mbuf -lrte_ethdev -LDLIBS += -lrte_ip_frag -lrte_sched -lrte_cryptodev +LDLIBS += -lrte_ip_frag -lrte_sched -lrte_cryptodev -lrte_eventdev ifeq ($(CONFIG_RTE_LIBRTE_KNI),y) LDLIBS += -lrte_kni endif @@ -21,8 +21,6 @@ CFLAGS += $(WERROR_FLAGS) EXPORT_MAP := rte_port_version.map -LIBABIVER := 3 - # # all source are stored in SRCS-y # @@ -39,6 +37,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_PORT) += rte_port_kni.c endif SRCS-$(CONFIG_RTE_LIBRTE_PORT) += rte_port_source_sink.c SRCS-$(CONFIG_RTE_LIBRTE_PORT) += rte_port_sym_crypto.c +SRCS-$(CONFIG_RTE_LIBRTE_PORT) += rte_port_eventdev.c # install includes SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port.h @@ -55,5 +54,6 @@ SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port_kni.h endif SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port_source_sink.h SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port_sym_crypto.h +SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port_eventdev.h include $(RTE_SDK)/mk/rte.lib.mk