blob: b5bf09ec94ff461e39e78794b097d1195b6c9c8c [file] [log] [blame]
Richard Hughescb973682018-12-19 11:44:22 +00001executable(
2 'ich_descriptors_tool',
3 sources : [
4 'ich_descriptors_tool.c',
5 '../../ich_descriptors.c',
6 ],
7 dependencies : [
8 deps,
9 ],
10 include_directories : include_directories('../..'),
11 c_args : [
12 '-DICH_DESCRIPTORS_FROM_DUMP_ONLY',
13 ],
14)