diff mbox

[i-g-t] tools: Add intel_vbt_defs.h to Makefile.sources

Message ID 20170830103016.24277-1-arkadiusz.hiler@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Arkadiusz Hiler Aug. 30, 2017, 10:30 a.m. UTC
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 <arkadiusz.hiler@intel.com>
---
 tools/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

Comments

Arkadiusz Hiler Aug. 30, 2017, 10:38 a.m. UTC | #1
On Wed, Aug 30, 2017 at 01:30:16PM +0300, Arkadiusz Hiler wrote:
> 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 <arkadiusz.hiler@intel.com>

Pushed with Jani's ack from the IRC to stop post-merge CI failing on
distcheck.
diff mbox

Patch

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 =	\