|
1
|
system_ss.add([files('dump.c'), snappy, lzo]) |
|
2
|
if have_hmp |
|
3
|
system_ss.add(files('dump-hmp-cmds.c')) |
|
4
|
endif |
|
5
|
specific_ss.add(when: 'CONFIG_WINDUMP', if_true: files('win_dump-x86.c')) |
|
6
|
system_ss.add(when: 'CONFIG_WINDUMP', if_false: files('win_dump-stubs.c')) |