diff options
Diffstat (limited to 'lib/librte_mbuf/Makefile')
-rw-r--r-- | lib/librte_mbuf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librte_mbuf/Makefile b/lib/librte_mbuf/Makefile index 54827305..f6be3536 100644 --- a/lib/librte_mbuf/Makefile +++ b/lib/librte_mbuf/Makefile @@ -35,6 +35,7 @@ include $(RTE_SDK)/mk/rte.vars.mk LIB = librte_mbuf.a CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3 +LDLIBS += -lrte_eal -lrte_mempool EXPORT_MAP := rte_mbuf_version.map |