From 0ef1b4d5b1a3af4ce7ae42ef4259d5db320724c5 Mon Sep 17 00:00:00 2001 From: Bas Nieuwenhuizen Date: Sat, 24 Dec 2016 13:08:00 +0100 Subject: ac/debug: Move IB decode to common code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bas Nieuwenhuizen Reviewed-by: Marek Olšák Reviewed-by: Dave Airlie --- src/amd/Makefile.sources | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/amd/Makefile.sources') diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index bde02d16a88..d981453ea12 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -37,5 +37,9 @@ AMD_NIR_FILES = \ common/ac_nir_to_llvm.c \ common/ac_nir_to_llvm.h +AMD_DEBUG_FILES = \ + common/ac_debug.c \ + common/ac_debug.h + AMD_GENERATED_FILES = \ common/sid_tables.h -- cgit v1.2.3