X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_gro%2FMakefile;h=e848687acd76c797cf53337f31646bbee8e14cdf;hb=4f37df14c405b754b5e971c75f4f67f4bb5bfdde;hp=63df236aa05bf42a9f1d5fbe58b3dbeda88f1cfb;hpb=369991d997e4abdee355e19ffbb41a4d246cafa2;p=dpdk.git diff --git a/lib/librte_gro/Makefile b/lib/librte_gro/Makefile index 63df236aa0..e848687acd 100644 --- a/lib/librte_gro/Makefile +++ b/lib/librte_gro/Makefile @@ -12,11 +12,10 @@ LDLIBS += -lrte_eal -lrte_mbuf -lrte_ethdev -lrte_net EXPORT_MAP := rte_gro_version.map -LIBABIVER := 1 - # source files SRCS-$(CONFIG_RTE_LIBRTE_GRO) += rte_gro.c SRCS-$(CONFIG_RTE_LIBRTE_GRO) += gro_tcp4.c +SRCS-$(CONFIG_RTE_LIBRTE_GRO) += gro_vxlan_tcp4.c # install this header file SYMLINK-$(CONFIG_RTE_LIBRTE_GRO)-include += rte_gro.h