amd/common: add ac_get_cb_shader_mask() helper
[mesa.git] / src / amd / common / meson.build
index 842b42f897ef1e290560edea285f709cdd8b96bd..63c1517543057a31839b667f9469a85e5119e8c3 100644 (file)
@@ -18,8 +18,6 @@
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 # SOFTWARE.
 
-inc_amd_common = include_directories('.')
-
 sid_tables_h = custom_target(
   'sid_tables_h',
   input : ['sid_tables.py', 'sid.h', 'gfx9d.h'],
@@ -40,6 +38,8 @@ amd_common_files = files(
   'ac_shader_abi.h',
   'ac_shader_info.c',
   'ac_shader_info.h',
+  'ac_shader_util.c',
+  'ac_shader_util.h',
   'ac_nir_to_llvm.c',
   'ac_nir_to_llvm.h',
   'ac_gpu_info.c',
@@ -59,5 +59,4 @@ libamd_common = static_library(
                   dep_valgrind],
   c_args : [c_vis_args],
   cpp_args : [cpp_vis_args],
-  build_by_default : false,
 )