From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 2/3] table: remove unneeded dependency on hash library Date: Wed, 6 Jul 2016 16:44:52 +0200 Message-ID: <1467816293-19015-3-git-send-email-thomas.monjalon@6wind.com> References: <1467816293-19015-1-git-send-email-thomas.monjalon@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 0835A8D3A for ; Wed, 6 Jul 2016 16:45:02 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id f126so176592263wma.1 for ; Wed, 06 Jul 2016 07:45:02 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id q63sm4146606wma.0.2016.07.06.07.45.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 06 Jul 2016 07:45:00 -0700 (PDT) In-Reply-To: <1467816293-19015-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixes: 8aa327214ceb ("table: hash") Signed-off-by: Thomas Monjalon --- lib/librte_table/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_table/Makefile b/lib/librte_table/Makefile index 7f02af3..7a8a3f3 100644 --- a/lib/librte_table/Makefile +++ b/lib/librte_table/Makefile @@ -80,6 +80,5 @@ DEPDIRS-$(CONFIG_RTE_LIBRTE_TABLE) += lib/librte_lpm ifeq ($(CONFIG_RTE_LIBRTE_ACL),y) DEPDIRS-$(CONFIG_RTE_LIBRTE_TABLE) += lib/librte_acl endif -DEPDIRS-$(CONFIG_RTE_LIBRTE_TABLE) += lib/librte_hash include $(RTE_SDK)/mk/rte.lib.mk -- 2.7.0