From ddb1995cf73e7daac8abee1305944460c0da636a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 10 Aug 2016 14:49:10 +0100 Subject: intel_error_decode: Fix build Fixes f984bc7de204 ("tools/Makefile: Don't build tools that depend on libdrm_intel") Signed-off-by: Chris Wilson --- tools/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index d3243211..11ec2db3 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -3,8 +3,8 @@ include Makefile.sources bin_PROGRAMS = $(tools_prog_lists) if HAVE_LIBDRM_INTEL - bin_PROGRAMS += $(LIBDRM_INTEL_BIN) - intel_error_decode_LDFLAGS = -lz +bin_PROGRAMS += $(LIBDRM_INTEL_BIN) +intel_error_decode_LDFLAGS = -lz endif SUBDIRS = null_state_gen registers -- cgit v1.2.3