From patchwork Thu Oct 16 16:49:50 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Wood X-Patchwork-Id: 5092661 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 84BACC11AC for ; Thu, 16 Oct 2014 16:50:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EA227201ED for ; Thu, 16 Oct 2014 16:50:06 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 1EC24201D3 for ; Thu, 16 Oct 2014 16:50:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A50BD6E2B5; Thu, 16 Oct 2014 09:50:05 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by gabe.freedesktop.org (Postfix) with ESMTP id 9CB2A6E2BF for ; Thu, 16 Oct 2014 09:50:02 -0700 (PDT) Received: by mail-wg0-f44.google.com with SMTP id y10so4168898wgg.27 for ; Thu, 16 Oct 2014 09:50:01 -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=5+VntIQoHuCdu1flXrl7SmKsp4hGOQPtT8oMdqVQY88=; b=mi81W3oee990ui+ep5TSxqTqrZAUjLw3wwptqSf+81Iqo7xAd9KpTULN7+iC72cgOd yYwM60IjPaLamje/uDw3MNOsgwJPVMxrbyHtCiBD9wPD4bQKuGeHdiQkl5PRKUVxWub8 Ee3AmcpxLtqjN1sBa20Y8xy9Iey+sErlMTzdVqDqNC4g5csgFd+gLktRkgGnOWXwQjLK 5+tK3/1KaZGuovxM9NYFe1jst+ptut8VsOjmuE6q5uAkUm/q87QhC3H8iA/Vbr6x50GU OgF56GNBE6JwLPfZ1KBA+r8WG9CO27oSlpzFSyaFX1vHRLtgg3RwGTlvyw6PyX5l/mRz Fr2Q== X-Gm-Message-State: ALoCoQkIp6Z7x5/QudAXy5IvZhc9DuDyGVcZUdy6qwOPaLWuF2AGW2CZXQWO57+1KZtQ+cauSZB1 X-Received: by 10.180.76.199 with SMTP id m7mr22447875wiw.40.1413478201910; Thu, 16 Oct 2014 09:50:01 -0700 (PDT) Received: from pistachio.icx.intel.com ([83.217.123.106]) by mx.google.com with ESMTPSA id ic4sm2595840wid.19.2014.10.16.09.50.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Oct 2014 09:50:00 -0700 (PDT) From: Thomas Wood To: intel-gfx@lists.freedesktop.org Date: Thu, 16 Oct 2014 17:49:50 +0100 Message-Id: <1413478193-7970-5-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1413478193-7970-1-git-send-email-thomas.wood@intel.com> References: <1413478193-7970-1-git-send-email-thomas.wood@intel.com> Subject: [Intel-gfx] [PATCH i-g-t 4/7] quick_dump: fix distcheck X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, 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 Commit 711a17a (quick_dump: Move base_display.txt to indivual platforms) renamed base_display.txt to common_display.txt, but didn't update Makefile.am accordingly. Since common_display.txt is now included in the platform files, it is automatically included in $(QUICK_DUMP_EXTRA_DIST) and therefore just the reference to base_display.txt needs removing. Cc: Damien Lespiau Signed-off-by: Thomas Wood --- tools/quick_dump/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quick_dump/Makefile.am b/tools/quick_dump/Makefile.am index b183af5..e7e1f62 100644 --- a/tools/quick_dump/Makefile.am +++ b/tools/quick_dump/Makefile.am @@ -23,7 +23,7 @@ all-local: I915ChipsetPython.la CLEANFILES = chipset_wrap_python.c chipset.py _chipset.so EXTRA_DIST = $(QUICK_DUMP_EXTRA_DIST) \ - base_display.txt base_interrupt.txt base_other.txt base_power.txt base_rings.txt \ + base_interrupt.txt base_other.txt base_power.txt base_rings.txt \ quick_dump.py \ reg_access.py \ chipset.i chipset.py