diff options
Diffstat (limited to 'lib/librte_lpm/Makefile')
-rw-r--r-- | lib/librte_lpm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librte_lpm/Makefile b/lib/librte_lpm/Makefile index 32be46b3..2e8749e8 100644 --- a/lib/librte_lpm/Makefile +++ b/lib/librte_lpm/Makefile @@ -36,6 +36,7 @@ LIB = librte_lpm.a CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) +LDLIBS += -lrte_eal EXPORT_MAP := rte_lpm_version.map |