From patchwork Thu Jul 21 12:06:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 72550 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp381594qga; Thu, 21 Jul 2016 04:15:53 -0700 (PDT) X-Received: by 10.55.6.148 with SMTP id 142mr65917782qkg.206.1469099753505; Thu, 21 Jul 2016 04:15:53 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id h19si4626519qth.130.2016.07.21.04.15.53; Thu, 21 Jul 2016 04:15:53 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 227526848F; Thu, 21 Jul 2016 11:15:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 5013E68682; Thu, 21 Jul 2016 11:08:17 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id C194561625; Thu, 21 Jul 2016 11:08:13 +0000 (UTC) Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) by lists.linaro.org (Postfix) with ESMTPS id EE5C961625 for ; Thu, 21 Jul 2016 11:07:25 +0000 (UTC) Received: by mail-lf0-f54.google.com with SMTP id l69so58596113lfg.1 for ; Thu, 21 Jul 2016 04:07:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=PH3l4k0zpezytUpbRM4SYHtO79QKPAY5YvZ0ipgPxB4=; b=FYhN55P8UBXiXTijtciBAJfutno2nLqhA1hODjNZWz/yYcqHCnuGTIZnE/a/n5nSu0 HmsghbHwq/0oQVDXceJCteIRGGBDL6Rp8WCVxELA86zB8Omu8041rEmQBbyylf94Zab1 qVvVVEMCSRVHNv8gecSLZSCBzS/3+DY0A148760DqxTaYjQ0udCuWU+PfHwXG997NTUO Z5rbHWX8XB7XLrLw2HCnNE1vuK/QEbFp9sab49/IQ10Gntx0YROWAs0vSW94mUInz2sc v3MnnA0tc1ze/y/4/z3/mPeanTZiKlwkfd94QxFpGOSg7aUxV151uFimSjJAPXpsRvlE Rd5A== X-Gm-Message-State: ALyK8tKvhHtKJJPbcLJG8/bHzshGqRFOW0Tdg6NWdQFM2JJm5yrmhfIn9HRUTjWRCDfP2kPVpYM= X-Received: by 10.25.80.84 with SMTP id e81mr10430344lfb.96.1469099244744; Thu, 21 Jul 2016 04:07:24 -0700 (PDT) Received: from erachmi-ericsson.ki.sw.ericsson.se (c-83-233-90-46.cust.bredband2.com. [83.233.90.46]) by smtp.gmail.com with ESMTPSA id i80sm1577861lfg.6.2016.07.21.04.07.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 21 Jul 2016 04:07:24 -0700 (PDT) From: Christophe Milard To: mike.holmes@linaro.org, lng-odp@lists.linaro.org, balakrishna.garapati@linaro.org Date: Thu, 21 Jul 2016 14:06:17 +0200 Message-Id: <1469102786-65530-10-git-send-email-christophe.milard@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1469102786-65530-1-git-send-email-christophe.milard@linaro.org> References: <1469102786-65530-1-git-send-email-christophe.milard@linaro.org> X-Topics: patch Subject: [lng-odp] [API-NEXT PATCHv3 09/18] drv: fixing Makefile for std_types X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Christophe Milard --- platform/Makefile.inc | 1 + platform/linux-generic/Makefile.am | 1 + 2 files changed, 2 insertions(+) -- 2.7.4 diff --git a/platform/Makefile.inc b/platform/Makefile.inc index 21f2922..fbf65aa 100644 --- a/platform/Makefile.inc +++ b/platform/Makefile.inc @@ -64,4 +64,5 @@ odpapispecinclude_HEADERS = \ odpdrvspecincludedir= $(includedir)/odp/drv/spec odpdrvspecinclude_HEADERS = \ $(top_srcdir)/include/odp/drv/spec/byteorder.h \ + $(top_srcdir)/include/odp/drv/spec/std_types.h \ $(top_srcdir)/include/odp/drv/spec/sync.h diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am index 4ef8ac1..68db647 100644 --- a/platform/linux-generic/Makefile.am +++ b/platform/linux-generic/Makefile.am @@ -95,6 +95,7 @@ odpdrvincludedir = $(includedir)/odp/drv odpdrvinclude_HEADERS = \ $(srcdir)/include/odp/drv/byteorder.h \ $(srcdir)/include/odp/drv/compiler.h \ + $(srcdir)/include/odp/drv/std_types.h \ $(srcdir)/include/odp/drv/sync.h odpdrvplatincludedir = $(includedir)/odp/drv/plat