From patchwork Wed Jul 20 20:38:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 72494 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp74473qga; Wed, 20 Jul 2016 13:39:19 -0700 (PDT) X-Received: by 10.237.35.146 with SMTP id j18mr46840137qtc.35.1469047159611; Wed, 20 Jul 2016 13:39:19 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id b79si2738142qkb.118.2016.07.20.13.39.19; Wed, 20 Jul 2016 13:39:19 -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 1BBE268907; Wed, 20 Jul 2016 20:39:19 +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 0B65E6869D; Wed, 20 Jul 2016 20:39:14 +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 4DADD6869D; Wed, 20 Jul 2016 20:39:12 +0000 (UTC) Received: from mail-lf0-f52.google.com (mail-lf0-f52.google.com [209.85.215.52]) by lists.linaro.org (Postfix) with ESMTPS id 24F3A68434 for ; Wed, 20 Jul 2016 20:39:11 +0000 (UTC) Received: by mail-lf0-f52.google.com with SMTP id b199so46478218lfe.0 for ; Wed, 20 Jul 2016 13:39:11 -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=2nZ48tuVTFufvo/TY1IGfKgttGWYBoWOe+l90LG5Bdk=; b=CKWASWWxzZOutR3/sIz3VQlpbQjbHIU1DRAQ7CtqnwfwU4UGlwMyNgdQHJrE+2EpKD bRpiyV5hnWeS5RxjCQpFwaYhzLDXYNtXUfwY4BcFAiM5ucImZOuLmizLTjTUMBpeIYDs FJ3Tbgo6464ntizB6YijRN9k0ZLQ9LOGmyGNSuslN2l1Mq2BlTnfkCsFCeFovTxmC3ex gNAZ9IGKpW8dVzxK2hifqEd+tXClbS+PEytCZOtO1m4V0lKiXu4gV6hxvAJQ09+hUvyy CaZ1b6sT1SfMxxjDVFCJ8b8EVkzdf6LIuEr0yzmldpD3AWtB2NrJIClSTArj0OzOmi0a otQw== X-Gm-Message-State: ALyK8tKcKqGXZdbqIIuSVONg1TKT0u/X+YhgK7iinztEJKsjz3Dzp8asfasLWQ/XqOntSDyj3KM= X-Received: by 10.46.33.76 with SMTP id h73mr10004616ljh.41.1469047150059; Wed, 20 Jul 2016 13:39:10 -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.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 20 Jul 2016 13:39:09 -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:47 +0200 Message-Id: <1469047144-7960-2-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 01/18] linux-generic: Makefile: reintroducing lost change for drv 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" The change done for commit id 1fcd2369be88a6f4f7a7a93e9bb315d0e65ab128 in the Makefile, and delated after is reintroduced here. Signed-off-by: Christophe Milard --- platform/linux-generic/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) -- 2.7.4 diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am index c8fd8cb..9ea6afa 100644 --- a/platform/linux-generic/Makefile.am +++ b/platform/linux-generic/Makefile.am @@ -88,6 +88,10 @@ odpapiplatinclude_HEADERS = \ $(srcdir)/include/odp/api/plat/traffic_mngr_types.h \ $(srcdir)/include/odp/api/plat/version_types.h +odpdrvincludedir = $(includedir)/odp/drv +odpdrvinclude_HEADERS = \ + $(srcdir)/include/odp/drv/compiler.h + noinst_HEADERS = \ ${srcdir}/include/odp_align_internal.h \ ${srcdir}/include/odp_atomic_internal.h \