Skip to content

Commit

Permalink
trace/control-target: cleanup headers and make compilation unit as co…
Browse files Browse the repository at this point in the history
…mmon

Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
pbo-linaro committed Mar 5, 2025
1 parent 064b33d commit ab27626
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions trace/control-target.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
*/

#include "qemu/osdep.h"
#include "qemu/lockable.h"
#include "cpu.h"
#include "trace/control.h"


Expand Down
4 changes: 1 addition & 3 deletions trace/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
system_ss.add(files('trace-hmp-cmds.c'))

specific_ss.add(files('control-target.c'))
system_ss.add(files('control-target.c', 'trace-hmp-cmds.c'))

trace_events_files = []
foreach item : [ '.' ] + trace_events_subdirs + qapi_trace_events
Expand Down

0 comments on commit ab27626

Please sign in to comment.