]> xenbits.xensource.com Git - qemu-xen.git/commit
target/xtensa: fix meson.build rule for xtensa cores
authorMax Filippov <jcmvbkbc@gmail.com>
Tue, 30 Mar 2021 07:25:24 +0000 (00:25 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Sat, 3 Apr 2021 15:52:18 +0000 (08:52 -0700)
commit84317d57e8c61ff68eeaa1f2de93472fa930a6a4
treeae7ccf3618ddc33e78816d0dea968e9089e7ae83
parent6d40ce00c1166c317e298ad82ecf10e650c4f87d
target/xtensa: fix meson.build rule for xtensa cores

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-stable@nongnu.org # v5.2.0
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/xtensa/import_core.sh
target/xtensa/meson.build