diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2022-02-25 21:06:20 -1000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-03-03 09:36:38 -1000 |
commit | 6f83e277eb9fa56c89fb25903834a21725655920 (patch) | |
tree | 32966b765823ce7ab61b1852acef9561eb5a99f1 /meson.build | |
parent | 1fb877a467014ec5a31cac63b067a38c13c684f0 (diff) |
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.build | 1 |
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', |