Skip to content

Commit

Permalink
trace: do not include TCG helper tracepoints in no-TCG builds
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
bonzini committed Jan 2, 2021
1 parent 084cfca commit e921f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace/meson.build
Expand Up @@ -71,7 +71,7 @@ foreach d : [
input: meson.source_root() / 'trace-events',
command: [ tracetool, '--group=root', '--format=@0@'.format(d[1]), '@INPUT@' ],
capture: true)
specific_ss.add(gen)
specific_ss.add(when: 'CONFIG_TCG', if_true: gen)
endforeach

if 'CONFIG_TRACE_UST' in config_host
Expand Down

0 comments on commit e921f1a

Please sign in to comment.