From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/xenvirt: fix missing dependency on cmdline lib Date: Tue, 28 Mar 2017 11:49:10 +0200 Message-ID: <2950724.jYy3Bn99Hr@xps13> References: <20170328092333.5812-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) by dpdk.org (Postfix) with ESMTP id 3BCB7388F for ; Tue, 28 Mar 2017 11:49:13 +0200 (CEST) Received: by mail-lf0-f45.google.com with SMTP id z15so34901879lfd.1 for ; Tue, 28 Mar 2017 02:49:13 -0700 (PDT) In-Reply-To: <20170328092333.5812-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-03-28 10:23, Bruce Richardson: > Xenvirt driver uses the cmdline lib for parsing ether addresses so add it > as a dependency to fix builds. Yet another weird dependency :) > Fixes: feb9f680cd2c ("mk: optimize directory dependencies") > > Signed-off-by: Bruce Richardson Applied, thanks