diff options
author | Bas Nieuwenhuizen <[email protected]> | 2016-12-24 13:08:00 +0100 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-01-09 21:43:59 +0100 |
commit | 0ef1b4d5b1a3af4ce7ae42ef4259d5db320724c5 (patch) | |
tree | a15140e8d93a837209a64585558dc783c3ceef79 /src/amd/Makefile.sources | |
parent | b838f6423711a8f69073ed2c27773b50ffe14d2c (diff) |
ac/debug: Move IB decode to common code.
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/Makefile.sources')
-rw-r--r-- | src/amd/Makefile.sources | 4 |
1 files changed, 4 insertions, 0 deletions
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 |