• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1xc3028_firmware_sources = files(
2    'extract_head.h',
3    'firmware-tool.c',
4    'standards.c',
5    'standards.h',
6    'xc2028-types.h',
7)
8
9xc3028_firmware = executable('xc3028-firmware',
10                             xc3028_firmware_sources,
11                             include_directories : v4l2_utils_incdir)
12