From patchwork Wed Jul 20 20:38:55 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 72506 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp77653qga; Wed, 20 Jul 2016 13:47:54 -0700 (PDT) X-Received: by 10.55.92.198 with SMTP id q189mr61688491qkb.155.1469047674632; Wed, 20 Jul 2016 13:47:54 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id i26si2761004qte.95.2016.07.20.13.47.54; Wed, 20 Jul 2016 13:47:54 -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 4C64861DFC; Wed, 20 Jul 2016 20:47: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 CFDFE6892D; Wed, 20 Jul 2016 20:40:22 +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 57A1568257; Wed, 20 Jul 2016 20:40:16 +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 DEE7368257 for ; Wed, 20 Jul 2016 20:39:18 +0000 (UTC) Received: by mail-lf0-f42.google.com with SMTP id f93so46376836lfi.2 for ; Wed, 20 Jul 2016 13:39:18 -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=k6apkHxAomY0aWfiNt6/fOP/409TE03+lKwE4RjdItLD87w9XzgfIpPwETsSUD4Ea+ UAkISTY4Xj8VCy1/G+aX4oFO7pvDpqFJzYYUGlJEkNqyewd6hwQ8xkB6362/4lsXCh+j NbXP6q/YzfnWMQ8K6kUP8VlWbb5CxlfIoH3lF2KLU8eGdbk1LhWIFQHfHeiItOWw2dpk XUWz7a7C2U8Pzj598IFwz93q1UdylBPZexS7lOj7XutXSvflXYIBkcng3erSR7mL7Yoh M2HXg+GUH07nb21We7AUANsBM1iB3hmdt8zKay5SY7ULsJODI99jPt1sfSWrdI3v2KEm 5bcA== X-Gm-Message-State: ALyK8tJ4ibjkElxgnCt/DHvHwdtrh21Tm/QDyTGhTWKMt5yiHGHGcOjP6u5UKJTOtzsdgM8srsk= X-Received: by 10.46.32.5 with SMTP id g5mr20871651ljg.53.1469047157735; Wed, 20 Jul 2016 13:39:17 -0700 (PDT) Received: from localhost.localdomain (c-83-233-90-46.cust.bredband2.com. [83.233.90.46]) by smtp.gmail.com with ESMTPSA id 29sm895112lfu.43.2016.07.20.13.39.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 20 Jul 2016 13:39:17 -0700 (PDT) From: Christophe Milard To: mike.holmes@linaro.org, lng-odp@lists.linaro.org, balakrishna.garapati@linaro.org Date: Wed, 20 Jul 2016 22:38:55 +0200 Message-Id: <1469047144-7960-10-git-send-email-christophe.milard@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1469047144-7960-1-git-send-email-christophe.milard@linaro.org> References: <1469047144-7960-1-git-send-email-christophe.milard@linaro.org> X-Topics: patch Subject: [lng-odp] [API-NEXT PATCHv2 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