master
build 9 lines 166 Bytes
Raw
1 i386_system_ss.add(when: [hvf, 'CONFIG_HVF'], if_true: files(
2 'hvf.c',
3 'x86.c',
4 'x86_cpuid.c',
5 'x86_descr.c',
6 'x86_task.c',
7 'x86hvf.c',
8 'hvf-cpu.c',
9 ))