xref: /aosp_15_r20/external/flashrom/util/ich_descriptors_tool/meson.build (revision 0d6140be3aa665ecc836e8907834fcd3e3b018fc)
1executable(
2  'ich_descriptors_tool',
3  sources : [
4    'ich_descriptors_tool.c',
5    '../../ich_descriptors.c',
6  ],
7  include_directories : include_dir,
8  c_args : [
9    '-DICH_DESCRIPTORS_FROM_DUMP_ONLY',
10  ],
11)
12