From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A5818C433E2 for ; Fri, 4 Sep 2020 01:09:33 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 57A6E20758 for ; Fri, 4 Sep 2020 01:09:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 57A6E20758 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2CACD1C0AF; Fri, 4 Sep 2020 03:09:32 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 0784FDE0 for ; Fri, 4 Sep 2020 03:09:30 +0200 (CEST) IronPort-SDR: 9u0xhap10sTazBqeAhXZtE3rgjcoMe18hv/MDxVckkRhBuahsnYhuk4hJldBRvMkkhqWtwaUY9 tmiTzUY/P2zw== X-IronPort-AV: E=McAfee;i="6000,8403,9733"; a="155075608" X-IronPort-AV: E=Sophos;i="5.76,387,1592895600"; d="scan'208";a="155075608" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Sep 2020 18:09:29 -0700 IronPort-SDR: atuiELwcykLr7haxKYUfVkjTPEkTumo5bWoJLjIfuVIwXcmFFFmOtp9ewpff9pOookoQ/IYGxj QhkJn3kdZUgg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,387,1592895600"; d="scan'208";a="302418811" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by orsmga006.jf.intel.com with ESMTP; 03 Sep 2020 18:09:29 -0700 From: Nicolas Chautru To: dev@dpdk.org, akhil.goyal@nxp.com Cc: bruce.richardson@intel.com, ciara.power@intel.com, Nicolas Chautru Date: Thu, 3 Sep 2020 18:05:34 -0700 Message-Id: <1599181535-37826-1-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH v1] baseband/turbo_sw: update meson for more dynamic compilation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" In parallel of moving to meson by default as part of this serie https://patches.dpdk.org/project/dpdk/list/?series=11929, updating the turbo_sw meson so that to no longer rely on toplevel device specific flags, but purely dynamically within meson based on autodetecting the optional libraries. Nicolas Chautru (1): baseband/turbo_sw: update meson for more dynamic compilation drivers/baseband/turbo_sw/meson.build | 43 ++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 21 deletions(-) -- 1.8.3.1