On 4/2/21 9:03 PM, Max Filippov wrote:
import_core.sh tries to change Makefile.objs when importing new xtensa
core, but that file no longer exists. Rewrite meson.build rule to pick
up all source files that match core-*.c pattern and drop commands that
change Makefile.objs.
Cc:qemu-sta...@nongnu.org # v5.2.0
Signed-off-by: Max Filippov<jcmvb...@gmail.com>
---
target/xtensa/import_core.sh | 3 ---
target/xtensa/meson.build | 13 ++++---------
2 files changed, 4 insertions(+), 12 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~