From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v2 2/2] mk: fix the build dependency structure for dpaaX Date: Wed, 14 Mar 2018 00:36:47 +0100 Message-ID: <4896542.TQVVVNK1aY@xps> References: <20180222225308.16972-1-thomas@monjalon.net> <1519379883-26287-1-git-send-email-hemant.agrawal@nxp.com> <1519379883-26287-2-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org, mvarlese@suse.de, yskoh@mellanox.com To: Hemant Agrawal Return-path: In-Reply-To: <1519379883-26287-2-git-send-email-hemant.agrawal@nxp.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" 23/02/2018 10:58, Hemant Agrawal: > This patch fixes the build dependency of various > dpaaX components, when the dpaa or fslmc bus is disabled, > or VFIO is disabled. > > Fixes: 1ee9569576f6 ("config: enable dpaaX drivers for generic ARMv8") > Cc: stable@dpdk.org > > Reported-by: Yongseok Koh > Suggested-by: Thomas Monjalon > Signed-off-by: Hemant Agrawal I am not satisfied by handling the bus dependencies all over the place, but I understand it is convenient. Considering that this build system is dying (in favor of meson's one), Series applied, thanks.