File: meson.build

package info (click to toggle)
flashrom 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,268 kB
  • sloc: ansic: 67,220; sh: 1,118; python: 104; makefile: 97
file content (11 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
executable(
  'ich_descriptors_tool',
  sources : [
    'ich_descriptors_tool.c',
    '../../ich_descriptors.c',
  ],
  include_directories : include_dir,
  c_args : [
    '-DICH_DESCRIPTORS_FROM_DUMP_ONLY',
  ],
)