2023-06-13 15:33:47 +02:00
|
|
|
i386_system_ss.add(when: 'CONFIG_HAX', if_true: files(
|
2020-12-12 16:55:10 +01:00
|
|
|
'hax-all.c',
|
|
|
|
'hax-mem.c',
|
2021-02-04 17:39:25 +01:00
|
|
|
'hax-accel-ops.c',
|
2020-12-12 16:55:10 +01:00
|
|
|
))
|
2023-06-13 15:33:47 +02:00
|
|
|
i386_system_ss.add(when: ['CONFIG_HAX', 'CONFIG_POSIX'], if_true: files('hax-posix.c'))
|
|
|
|
i386_system_ss.add(when: ['CONFIG_HAX', 'CONFIG_WIN32'], if_true: files('hax-windows.c'))
|