X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_gso%2FMakefile;h=ea5ad74210f03cd145ebce357055703d5488b10b;hb=8999f8f679418cbb41637731f934e18f00cab3bd;hp=e6d41df7d8b23230617d229cd79089bcf9d64bc7;hpb=b058d92ea95d50c8ed3cde333c979cb367a97d15;p=dpdk.git diff --git a/lib/librte_gso/Makefile b/lib/librte_gso/Makefile index e6d41df7d8..ea5ad74210 100644 --- a/lib/librte_gso/Makefile +++ b/lib/librte_gso/Makefile @@ -35,6 +35,8 @@ include $(RTE_SDK)/mk/rte.vars.mk LIB = librte_gso.a CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3 +LDLIBS += -lrte_eal -lrte_mbuf -lrte_ethdev -lrte_net +LDLIBS += -lrte_mempool EXPORT_MAP := rte_gso_version.map