]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_gso/Makefile
test/ring: add contention stress test for HTS ring
[dpdk.git] / lib / librte_gso / Makefile
index 3648ec09fe7a5c4e019d9b3fcbf59579393f73af..a34846e9200e20b231848c61cb2cbd24b782d136 100644 (file)
@@ -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