]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_lpm/Makefile
test mbuf attach
[dpdk.git] / lib / librte_lpm / Makefile
index a7946a1c5201d72ffac41bb6355585f380c0a8db..6f06c5c0344a81284b9afdcf5a525cdc81b3dadb 100644 (file)
@@ -8,12 +8,10 @@ LIB = librte_lpm.a
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR)
-LDLIBS += -lrte_eal -lrte_hash
+LDLIBS += -lrte_eal -lrte_hash -lrte_rcu
 
 EXPORT_MAP := rte_lpm_version.map
 
-LIBABIVER := 2
-
 # all source are stored in SRCS-y
 SRCS-$(CONFIG_RTE_LIBRTE_LPM) := rte_lpm.c rte_lpm6.c