From patchwork Mon Sep 16 18:48:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rodrigo Vivi X-Patchwork-Id: 2899311 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 679D39F1E3 for ; Mon, 16 Sep 2013 18:49:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 82B5020276 for ; Mon, 16 Sep 2013 18:49:05 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 54BFE20260 for ; Mon, 16 Sep 2013 18:49:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0AF8BE71D4 for ; Mon, 16 Sep 2013 11:49:04 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-qe0-f45.google.com (mail-qe0-f45.google.com [209.85.128.45]) by gabe.freedesktop.org (Postfix) with ESMTP id 83DBEE7041 for ; Mon, 16 Sep 2013 11:48:12 -0700 (PDT) Received: by mail-qe0-f45.google.com with SMTP id 6so3127517qea.32 for ; Mon, 16 Sep 2013 11:48:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=2DpzvkVxWMG9KIAx4BZzyAe+TD38CvqSCo2f1ikHxIg=; b=zG8in1/KQGxEZPRj/LQ29dChRcjg3uTAWrm13hWv3wrSsDBjL05MbWck9ruEoMKCzk 61Nv+YUMgmTkT0UMoC9+xzOhfHTpMuSxUEww3eLR293aoUrynwKTXpHyqPjB61tkIB7A zNjezhH3vxQ54VfZK8RV9OthkHSN02pagyrpw7WbkVS1EY+TpJ9vIsEMoEQwERiT3UZ/ lOVJ0MmVlJWEhT7Ec5KU8BedA1ty9d1IZ8hHyYcpg0wu4DFx/HzTl0gP8CYUfYaST42C ktt3sEG/1KtiTMytM9vyL4VhhTgxMceREnJzLAqLPhtebggLVmMHHZ8m7mepVe34EwFH YJ3g== X-Received: by 10.49.27.226 with SMTP id w2mr47773113qeg.32.1379357292218; Mon, 16 Sep 2013 11:48:12 -0700 (PDT) Received: from localhost.localdomain ([186.199.199.167]) by mx.google.com with ESMTPSA id f8sm25116988qai.13.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 16 Sep 2013 11:48:11 -0700 (PDT) From: Rodrigo Vivi To: intel-gfx@lists.freedesktop.org Date: Mon, 16 Sep 2013 15:48:18 -0300 Message-Id: <1379357298-31918-1-git-send-email-rodrigo.vivi@gmail.com> X-Mailer: git-send-email 1.8.1.4 Subject: [Intel-gfx] [PATCH] overlay: fix link error due to missing -lrt X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP CC: Damien Lespiau Signed-off-by: Rodrigo Vivi Reviewed-by: Damien Lespiau --- overlay/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overlay/Makefile.am b/overlay/Makefile.am index 426a3df..c648875 100644 --- a/overlay/Makefile.am +++ b/overlay/Makefile.am @@ -65,4 +65,6 @@ intel_gpu_overlay_SOURCES += \ intel_gpu_overlay_SOURCES += $(both_x11_sources) +intel_gpu_overlay_LDADD = $(LDADD) -lrt + EXTRA_DIST=README