pan/bi: Add the control flow graph
[mesa.git] / src / panfrost / meson.build
index 3d5bc6f04a6087b1d71ef0bab21e6ebd4bb55894..aecbb7018c84d139924ef047413ba2a2c29f5eaf 100644 (file)
@@ -24,34 +24,14 @@ inc_panfrost_hw = include_directories([
 ])
 
 inc_panfrost = include_directories([
-   '.', 'include', 'shared', 'midgard', 'bifrost'
+   '.', 'include', 'shared', 'midgard', 'bifrost', 'encoder'
 ])
 
 subdir('shared')
 subdir('midgard')
 subdir('bifrost')
 subdir('pandecode')
-
-files_pandecode = files(
-  'pandecode/cmdline.c',
-  'pandecode/common.c',
-  'pandecode/decode.c',
-  'pandecode/pan_pretty_print.c',
-
-  'midgard/disassemble.c',
-  'midgard/midgard_ops.c',
-  'bifrost/disassemble.c',
-)
-
-pandecode = executable(
-  'pandecoder',
-  files_pandecode,
-  include_directories : [inc_common, inc_include, inc_src, inc_panfrost],
-  dependencies : [
-    idep_mesautil,
-  ],
-  build_by_default : true
-)
+subdir('encoder')
 
 files_bifrost = files(
   'bifrost/cmdline.c',