From d4c3cd4d04ab7f317d3429708d19cd5fc4d0f5fa Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 31 Oct 2014 11:27:21 +0000 Subject: 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 --- tools/Makefile.sources | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/Makefile.sources') 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 \ -- cgit v1.2.3