summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorRichard Henderson2022-02-26 08:06:20 +0100
committerRichard Henderson2022-03-03 20:36:38 +0100
commit6f83e277eb9fa56c89fb25903834a21725655920 (patch)
tree32966b765823ce7ab61b1852acef9561eb5a99f1 /meson.build
parenttarget/nios2: Remove mmu_read_debug (diff)
downloadqemu-6f83e277eb9fa56c89fb25903834a21725655920.tar.gz
qemu-6f83e277eb9fa56c89fb25903834a21725655920.tar.xz
qemu-6f83e277eb9fa56c89fb25903834a21725655920.zip
target/nios2: Replace MMU_LOG with tracepoints
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index a5b63e62cd..038502714a 100644
--- a/meson.build
+++ b/meson.build
@@ -2705,6 +2705,7 @@ if have_system or have_user
'target/i386',
'target/i386/kvm',
'target/mips/tcg',
+ 'target/nios2',
'target/ppc',
'target/riscv',
'target/s390x',