summaryrefslogtreecommitdiff
path: root/tools/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-10-31 11:27:21 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2015-12-31 22:10:11 +0000
commitd4c3cd4d04ab7f317d3429708d19cd5fc4d0f5fa (patch)
treedb552e68d1b352d15a4e8915bf3c87934a729796 /tools/Makefile.sources
parent3d5b50b4f0784faf565a781e1ab151ac4e5370f8 (diff)
intel_error_decode: Inflate compressed error state
Recent kernels compress the active objects using zlib + ascii85 encoding. This adapts the tool to decompress those inplace. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
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 b536d451..5c6dc935 100644
--- a/tools/Makefile.sources
+++ b/tools/Makefile.sources
@@ -45,6 +45,7 @@ intel_reg_SOURCES = \
intel_error_decode_SOURCES = \
intel_error_decode.c
+intel_error_decode_LDFLAGS = -lz
intel_bios_reader_SOURCES = \
intel_bios_reader.c \