summaryrefslogtreecommitdiffstats
path: root/target/m68k/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* target/m68k: Make semihosting system onlyRichard Henderson2022-06-281-2/+4
| | | | | | | | | While we had a call to do_m68k_semihosting in linux-user, it wasn't actually reachable. We don't include DISAS_INSN(halt) as an instruction unless system mode. Reviewed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* meson: targetPaolo Bonzini2020-08-211-0/+17
Similar to hw_arch, each architecture defines two sourceset which are placed in dictionaries target_arch and target_softmmu_arch. These are then picked up from there when building the per-emulator static_library. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>