From patchwork Thu Jul 28 09:21:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 72934 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp724281qga; Thu, 28 Jul 2016 01:23:09 -0700 (PDT) X-Received: by 10.200.54.185 with SMTP id a54mr56978654qtc.63.1469694188987; Thu, 28 Jul 2016 01:23:08 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id n68si7251666qki.31.2016.07.28.01.23.08; Thu, 28 Jul 2016 01:23:08 -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 6CD97673DB; Thu, 28 Jul 2016 08:22:54 +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 771C661779; Thu, 28 Jul 2016 08:22:50 +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 2951961796; Thu, 28 Jul 2016 08:22:48 +0000 (UTC) Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) by lists.linaro.org (Postfix) with ESMTPS id 0F20461648 for ; Thu, 28 Jul 2016 08:22:47 +0000 (UTC) Received: by mail-lf0-f42.google.com with SMTP id f93so44169446lfi.2 for ; Thu, 28 Jul 2016 01:22:46 -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=lz7EMi8vdN6dzN6/7ia56v8SX8tc02PpXaq2rJQWGB8=; b=ViSwIPq3c2sdGzGK1dqDu3DG37NeRVrfiw23Tz2Ui8f2zKScnSZPirPClpHfa1DTgS atmP9ct5t5d0ar7Xgripdm74x0I7pNbIx7+aYwasrl9/9k3unHlBG2kJVqsE7XBK/EK7 ej0L7vXSR6cjNeOKEIKsNeQoUuVGv8d5DpTJlwyk0Xwak9tESBimHI22PlNMosAwBLgL 3OSQepnXRlg6i8f8dPeyWoE7WoP5ogGox91ygpT5ghZCapyE2Pxo0nV6D/y8arLQSsZv j/zl97VPvRdIuZH1Yl4+mPmRqC5LugbF7f4uVT7nRG2y2MgdDjvskOsqyNv5+ik/qMKe fTPg== X-Gm-Message-State: AEkoouthT3a1OoZ4BL9m+ARqGOR4tif3B3zEkFQht5Sf6i8BRAiba0HQpNeQtUjv+GaVqE15yos= X-Received: by 10.25.156.82 with SMTP id f79mr13732565lfe.199.1469694165930; Thu, 28 Jul 2016 01:22:45 -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 h22sm1727700lji.21.2016.07.28.01.22.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 28 Jul 2016 01:22:45 -0700 (PDT) From: Christophe Milard To: mike.holmes@linaro.org, lng-odp@lists.linaro.org, balakrishna.garapati@linaro.org Date: Thu, 28 Jul 2016 11:21:39 +0200 Message-Id: <1469697703-52544-2-git-send-email-christophe.milard@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1469697703-52544-1-git-send-email-christophe.milard@linaro.org> References: <1469697703-52544-1-git-send-email-christophe.milard@linaro.org> X-Topics: patch Subject: [lng-odp] [API-NEXT PATCH 1/5] linux-generic: make drv interface part of the distribution 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" Make sure that the file odp_drv.h is part if a distribution, as odp_api.h. Signed-off-by: Christophe Milard --- platform/linux-generic/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.7.4 diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am index d3ab31b..747e96f 100644 --- a/platform/linux-generic/Makefile.am +++ b/platform/linux-generic/Makefile.am @@ -9,7 +9,8 @@ AM_CFLAGS += -I$(top_srcdir)/include include_HEADERS = \ $(top_srcdir)/include/odp.h \ - $(top_srcdir)/include/odp_api.h + $(top_srcdir)/include/odp_api.h \ + $(top_srcdir)/include/odp_drv.h odpincludedir= $(includedir)/odp odpinclude_HEADERS = \