From patchwork Thu Jul 21 12:06:18 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 72551 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp381872qga; Thu, 21 Jul 2016 04:16:24 -0700 (PDT) X-Received: by 10.13.242.135 with SMTP id b129mr12984687ywf.272.1469099784747; Thu, 21 Jul 2016 04:16:24 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id p41si4623698qtp.140.2016.07.21.04.16.24; Thu, 21 Jul 2016 04:16:24 -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 5F93861625; Thu, 21 Jul 2016 11:16:24 +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 9350162F4B; Thu, 21 Jul 2016 11:08:19 +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 6C2BB61673; Thu, 21 Jul 2016 11:08:15 +0000 (UTC) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) by lists.linaro.org (Postfix) with ESMTPS id E091561673 for ; Thu, 21 Jul 2016 11:07:26 +0000 (UTC) Received: by mail-lf0-f49.google.com with SMTP id l69so58596510lfg.1 for ; Thu, 21 Jul 2016 04:07:26 -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=zlvKXIroc9UB0jJnTbCnfw0FG6h0jdiRa8s6c5JCalM=; b=VYOTXEfwozOh4E6oLKrzYVe3r+Gxi9UZ0fn19hzXskKEP1jrY4hodRtpCayqCuHdNf h+EXeCgria75pcGp4MztSCz9WfLUvSDnGQrGK+EQSU7nKxlFl/+BZlmW8+FyqSNFjAjw Y1qPhYQ+ORyl3X6OBTav+w2bHTN80iDKC7r8/nZFBDl7U3+YpVDrmu6edsd4bp/xRGAz 2+qvV+NY6q/GuxGuOsuD+UH1huTlEN8wYpq3XhKzQD998A2PmVAz+kTRNIMVb/f7xDg3 tTmaUOgaMwlwmHczXqvoMXpKevJxR480uQrq/YHqeLxMlakvIHt28Cf733AQDeFxCXWb HUCw== X-Gm-Message-State: ALyK8tJHhKHiplVjCWqx1heGgzsYQSfYMlucmrJm5GfQFkcmyjsxAilRNgJg9li/L42ZNgZ/XsY= X-Received: by 10.25.133.138 with SMTP id h132mr21431880lfd.210.1469099245723; Thu, 21 Jul 2016 04:07:25 -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.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 21 Jul 2016 04:07:25 -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:18 +0200 Message-Id: <1469102786-65530-11-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 10/18] drv: fixing Makefile for compiler.h 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 + 1 file changed, 1 insertion(+) -- 2.7.4 diff --git a/platform/Makefile.inc b/platform/Makefile.inc index fbf65aa..dd3b376 100644 --- a/platform/Makefile.inc +++ b/platform/Makefile.inc @@ -64,5 +64,6 @@ odpapispecinclude_HEADERS = \ odpdrvspecincludedir= $(includedir)/odp/drv/spec odpdrvspecinclude_HEADERS = \ $(top_srcdir)/include/odp/drv/spec/byteorder.h \ + $(top_srcdir)/include/odp/drv/spec/compiler.h \ $(top_srcdir)/include/odp/drv/spec/std_types.h \ $(top_srcdir)/include/odp/drv/spec/sync.h