|
@@ -8,4 +8,4 @@ softmmu_ss.add(files(
|
|
softmmu_ss.add([spice_headers, files('qmp-cmds.c')])
|
|
softmmu_ss.add([spice_headers, files('qmp-cmds.c')])
|
|
|
|
|
|
specific_ss.add(when: 'CONFIG_SOFTMMU',
|
|
specific_ss.add(when: 'CONFIG_SOFTMMU',
|
|
- if_true: [files( 'hmp-cmds-target.c', 'misc.c'), spice])
|
|
|
|
|
|
+ if_true: [files( 'hmp-cmds-target.c', 'hmp-target.c'), spice])
|