diff options
| author | Yang Zhong | 2017-06-02 08:06:44 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2017-06-15 11:04:06 +0200 |
| commit | d9bb58e51068dfc48746c6af0179926c8dc05bce (patch) | |
| tree | bd0c3683d7acdf7b2f67ac38b7d7571dbd103694 /Makefile.objs | |
| parent | accel: split the tcg accelerator from accel.c file (diff) | |
| download | qemu-d9bb58e51068dfc48746c6af0179926c8dc05bce.tar.gz qemu-d9bb58e51068dfc48746c6af0179926c8dc05bce.tar.xz qemu-d9bb58e51068dfc48746c6af0179926c8dc05bce.zip | |
tcg: move tcg related files into accel/tcg/ subdirectory
move cputlb.c, cpu-exec-common.c and cpu-exec.c related tcg exec
file into accel/tcg/ subdirectory.
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Message-Id: <1496383606-18060-3-git-send-email-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
| -rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index d32f2db34d..871eca80e9 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -162,6 +162,7 @@ trace-events-subdirs += target/ppc trace-events-subdirs += qom trace-events-subdirs += linux-user trace-events-subdirs += qapi +trace-events-subdirs += accel/tcg trace-events-files = $(SRC_PATH)/trace-events $(trace-events-subdirs:%=$(SRC_PATH)/%/trace-events) |
