hw/elf_ops: Fix a typo
[qemu/ar7.git] / hw / cris / meson.build
blobdc808a4e0f1cfc916517ae16fe88f07b15493bbe
1 cris_ss = ss.source_set()
2 cris_ss.add(files('boot.c'))
3 cris_ss.add(when: 'CONFIG_AXIS', if_true: files('axis_dev88.c'))
5 hw_arch += {'cris': cris_ss}