diff options
Diffstat (limited to 'lib/librte_gro/Makefile')
-rw-r--r-- | lib/librte_gro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librte_gro/Makefile b/lib/librte_gro/Makefile index 747eeec9..eb423ccb 100644 --- a/lib/librte_gro/Makefile +++ b/lib/librte_gro/Makefile @@ -36,6 +36,7 @@ LIB = librte_gro.a CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) +LDLIBS += -lrte_eal -lrte_mbuf -lrte_ethdev -lrte_net EXPORT_MAP := rte_gro_version.map |