|
@@ -16,10 +16,6 @@ tcg_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_false: files('user-exec-stub.c'))
|
|
if get_option('plugins')
|
|
if get_option('plugins')
|
|
tcg_ss.add(files('plugin-gen.c'))
|
|
tcg_ss.add(files('plugin-gen.c'))
|
|
endif
|
|
endif
|
|
-tcg_ss.add(when: libdw, if_true: files('debuginfo.c'))
|
|
|
|
-if host_os == 'linux'
|
|
|
|
- tcg_ss.add(files('perf.c'))
|
|
|
|
-endif
|
|
|
|
specific_ss.add_all(when: 'CONFIG_TCG', if_true: tcg_ss)
|
|
specific_ss.add_all(when: 'CONFIG_TCG', if_true: tcg_ss)
|
|
|
|
|
|
specific_ss.add(when: ['CONFIG_SYSTEM_ONLY', 'CONFIG_TCG'], if_true: files(
|
|
specific_ss.add(when: ['CONFIG_SYSTEM_ONLY', 'CONFIG_TCG'], if_true: files(
|