target/xtensa: list cores in a text file
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 May 2021 10:43:24 +0000 (12:43 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Oct 2021 11:10:29 +0000 (13:10 +0200)
commit2796032a51c635464481a9212e941da53b3b3a61
tree9f86fc298e8ede0bfa20b2ec7ebf4a6ccf9a8918
parent0a11c44e891221a584bf06e75871dd1425555a65
target/xtensa: list cores in a text file

Avoid that leftover files affect the build; instead, use the same
mechanism that was in place before the Meson transition of updating
a file from import_core.sh.  Starting with Meson 0.57, the file
can be easily read from the filesystem module, so do that instead
of using run_command.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/xtensa/cores.list [new file with mode: 0644]
target/xtensa/import_core.sh
target/xtensa/meson.build