X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_table%2FMakefile;h=7dfa0c74173a352d01a4fd0a99a9329c54a20106;hb=cbc12b0a96f5751ab2ed10001f44d39211e3bd45;hp=8ddc8804f371f26ed5ddc31f760a94d938cd6879;hpb=4761b145b1e87f8521277e29e7718ab0384d0d62;p=dpdk.git diff --git a/lib/librte_table/Makefile b/lib/librte_table/Makefile index 8ddc8804f3..7dfa0c7417 100644 --- a/lib/librte_table/Makefile +++ b/lib/librte_table/Makefile @@ -38,6 +38,11 @@ LIB = librte_table.a CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) +LDLIBS += -lrte_eal -lrte_mempool -lrte_mbuf -lrte_port +LDLIBS += -lrte_lpm -lrte_hash +ifeq ($(CONFIG_RTE_LIBRTE_ACL),y) +LDLIBS += -lrte_acl +endif EXPORT_MAP := rte_table_version.map