X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_gso%2FMakefile;h=a34846e9200e20b231848c61cb2cbd24b782d136;hb=65e3a202ac6dd81acaa9623d7772e62043bbe28e;hp=3648ec09fe7a5c4e019d9b3fcbf59579393f73af;hpb=369991d997e4abdee355e19ffbb41a4d246cafa2;p=dpdk.git diff --git a/lib/librte_gso/Makefile b/lib/librte_gso/Makefile index 3648ec09fe..a34846e920 100644 --- a/lib/librte_gso/Makefile +++ b/lib/librte_gso/Makefile @@ -12,13 +12,12 @@ LDLIBS += -lrte_mempool EXPORT_MAP := rte_gso_version.map -LIBABIVER := 1 - #source files SRCS-$(CONFIG_RTE_LIBRTE_GSO) += rte_gso.c SRCS-$(CONFIG_RTE_LIBRTE_GSO) += gso_common.c SRCS-$(CONFIG_RTE_LIBRTE_GSO) += gso_tcp4.c SRCS-$(CONFIG_RTE_LIBRTE_GSO) += gso_tunnel_tcp4.c +SRCS-$(CONFIG_RTE_LIBRTE_GSO) += gso_udp4.c # install this header file SYMLINK-$(CONFIG_RTE_LIBRTE_GSO)-include += rte_gso.h