diff options
Diffstat (limited to 'lib/librte_hash/Makefile')
-rw-r--r-- | lib/librte_hash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librte_hash/Makefile b/lib/librte_hash/Makefile index 9cf13a04..1655b601 100644 --- a/lib/librte_hash/Makefile +++ b/lib/librte_hash/Makefile @@ -36,6 +36,7 @@ LIB = librte_hash.a CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) +LDLIBS += -lrte_eal -lrte_ring EXPORT_MAP := rte_hash_version.map |