mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
trace/control-target: cleanup headers and make compilation unit common
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250305050716.3460989-1-pierrick.bouvier@linaro.org> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
5136598e26
commit
a506a1b167
2 changed files with 1 additions and 5 deletions
|
@ -8,8 +8,6 @@
|
|||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/lockable.h"
|
||||
#include "cpu.h"
|
||||
#include "trace/control.h"
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue