From patchwork Wed Aug 30 10:30:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arkadiusz Hiler X-Patchwork-Id: 9929263 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3C34E6022E for ; Wed, 30 Aug 2017 10:30:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 361112846C for ; Wed, 30 Aug 2017 10:30:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2AF352847A; Wed, 30 Aug 2017 10:30:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id C9DE12846C for ; Wed, 30 Aug 2017 10:30:23 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A58E16E0FF; Wed, 30 Aug 2017 10:30:22 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id 99BFA6E0FF for ; Wed, 30 Aug 2017 10:30:20 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Aug 2017 03:30:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.41,448,1498546800"; d="scan'208"; a="1212440928" Received: from ahiler-desk1.fi.intel.com ([10.237.68.139]) by fmsmga002.fm.intel.com with ESMTP; 30 Aug 2017 03:30:19 -0700 From: Arkadiusz Hiler To: intel-gfx@lists.freedesktop.org Date: Wed, 30 Aug 2017 13:30:16 +0300 Message-Id: <20170830103016.24277-1-arkadiusz.hiler@intel.com> X-Mailer: git-send-email 2.13.5 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Subject: [Intel-gfx] [PATCH i-g-t] tools: Add intel_vbt_defs.h to Makefile.sources X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 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-Virus-Scanned: ClamAV using ClamSMTP So is will be picked up for the distributable tarball. Fixes: 09f35ea4dc06 ("tools/intel_vbt_decode: start migrating to kernel intel_vbt_defs.h") Signed-off-by: Arkadiusz Hiler --- tools/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile.sources b/tools/Makefile.sources index 6d9a6ace..c49ab8f0 100644 --- a/tools/Makefile.sources +++ b/tools/Makefile.sources @@ -50,6 +50,7 @@ intel_reg_SOURCES = \ intel_vbt_decode_SOURCES = \ intel_vbt_decode.c \ + intel_vbt_defs.h \ intel_bios.h intel_l3_parity_SOURCES = \