summaryrefslogtreecommitdiff
path: root/tools/Makefile.sources
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2017-08-30 13:19:57 +0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2017-08-30 13:30:23 +0300
commitfc6510887f8f45e18ca267e53eb564de043bd9d6 (patch)
treec15c1d9cdc13a4498898ed92915e24d278dddb29 /tools/Makefile.sources
parentf65a718019056d2f5b1612161042fcea0b6754eb (diff)
tools: Add intel_vbt_defs.h to Makefile.sources
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> Acked-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools/Makefile.sources')
-rw-r--r--tools/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
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 = \