summaryrefslogtreecommitdiff
path: root/tools/Makefile.sources
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-04-27 17:34:41 +0100
committerThomas Wood <thomas.wood@intel.com>2015-04-27 17:34:41 +0100
commit40b45bace325b13519c4ddc71eb64665c7796350 (patch)
treeffe3564b4cca12151ad33ad5376c55c05a87feb8 /tools/Makefile.sources
parentbad8834ee77e7defb3e1ceb150b07bf6e82d4693 (diff)
tools: add missing header to distributed sources
Make sure all the sources for intel_reg are included in the distribution. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tools/Makefile.sources')
-rw-r--r--tools/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile.sources b/tools/Makefile.sources
index 2477eb9b..1df16531 100644
--- a/tools/Makefile.sources
+++ b/tools/Makefile.sources
@@ -44,7 +44,8 @@ intel_dump_decode_SOURCES = \
intel_reg_SOURCES = \
intel_reg.c \
intel_reg_decode.c \
- intel_reg_spec.c
+ intel_reg_spec.c \
+ intel_reg_spec.h
intel_error_decode_SOURCES = \
intel_error_decode.c