From patchwork Fri Jul 29 06:57:22 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 73017 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp1209115qga; Thu, 28 Jul 2016 22:59:05 -0700 (PDT) X-Received: by 10.200.42.69 with SMTP id l5mr62442217qtl.13.1469771945013; Thu, 28 Jul 2016 22:59:05 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id g19si11123264qtc.40.2016.07.28.22.59.04; Thu, 28 Jul 2016 22:59:05 -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 9719F680C3; Fri, 29 Jul 2016 05:59:04 +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 5A8D7680E4; Fri, 29 Jul 2016 05:58:33 +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 69D9263A16; Fri, 29 Jul 2016 05:58:30 +0000 (UTC) Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com [209.85.215.47]) by lists.linaro.org (Postfix) with ESMTPS id 598AD617CF for ; Fri, 29 Jul 2016 05:58:29 +0000 (UTC) Received: by mail-lf0-f47.google.com with SMTP id f93so64013061lfi.2 for ; Thu, 28 Jul 2016 22:58:29 -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=iRMCxJxAvSd6NgEw5QyGDuk1eOzKz5LcZZ4z0N2y5tsRMm3pPq7PbUaCYqZOK9EWyQ CYWQx0Tf3K3Ue0A2qwxGnD6EXOhbMPaORXvtEU+cz6ZlLixVho5yo3tLruzA+UfLJ+Do jLVne0N3IkAJbCkItpJ2i10g5YZE9XpetfqR+HOlItli+KxPOiTYqR4/tTapXS+9/fCl xaHKqDMCp2nevx/S4riJbNBM38X/ycVfInt71kSEcWBM8IMcmWX7t0WzEwSJKcRTCLUU uTcIC3ocQorj/JLZgx/WEwF9rVZSlxZHLpEnU2bEUQFgwC82wW2yD9kAJUk3WvN1rgHd KvgA== X-Gm-Message-State: AEkoouumXzw0heRfpZAjwkyEg7kS5X3Me5zcewG6vXWXBDnrqfZnVXpa4QHN9DtvxSm4CgrtTeQ= X-Received: by 10.25.159.205 with SMTP id i196mr14856233lfe.45.1469771908148; Thu, 28 Jul 2016 22:58:28 -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 g88sm2513472ljg.26.2016.07.28.22.58.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 28 Jul 2016 22:58:27 -0700 (PDT) From: Christophe Milard To: mike.holmes@linaro.org, balakrishna.garapati@linaro.org, bill.fischofer@linaro.org, lng-odp@lists.linaro.org Date: Fri, 29 Jul 2016 08:57:22 +0200 Message-Id: <1469775446-28009-2-git-send-email-christophe.milard@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1469775446-28009-1-git-send-email-christophe.milard@linaro.org> References: <1469775446-28009-1-git-send-email-christophe.milard@linaro.org> X-Topics: patch Subject: [lng-odp] [API-NEXT PATCHv2 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 = \