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