diff options
-rw-r--r-- | src/amd/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index e508324888..3114a21a17 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -2,6 +2,7 @@ COMMON_HEADER_FILES = \ common/sid.h \ common/r600d_common.h \ common/amd_family.h \ + common/amd_kernel_code_t.h \ common/amdgpu_id.h ADDRLIB_FILES = \ |