]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/xtensa: add .inc. to non-top level source file names
authorMax Filippov <jcmvbkbc@gmail.com>
Thu, 22 Mar 2018 17:45:57 +0000 (10:45 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 26 Mar 2018 21:17:03 +0000 (14:17 -0700)
commitdda2441b2bc6844eb4900bf4a7db83157dcd6c3c
treec2b9df4bcd6663ff9ed69c28f1e354a32d9aedf4
parent7b93d78a04aa242d377ae213b79db6c319c71847
target/xtensa: add .inc. to non-top level source file names

Fix definitions of existing cores and core importing script to follow
the rule of naming non-top level source files.

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
15 files changed:
target/xtensa/core-dc232b.c
target/xtensa/core-dc232b/gdb-config.inc.c [moved from target/xtensa/core-dc232b/gdb-config.c with 100% similarity]
target/xtensa/core-dc232b/xtensa-modules.inc.c [moved from target/xtensa/core-dc232b/xtensa-modules.c with 100% similarity]
target/xtensa/core-dc233c.c
target/xtensa/core-dc233c/gdb-config.inc.c [moved from target/xtensa/core-dc233c/gdb-config.c with 100% similarity]
target/xtensa/core-dc233c/xtensa-modules.inc.c [moved from target/xtensa/core-dc233c/xtensa-modules.c with 100% similarity]
target/xtensa/core-de212.c
target/xtensa/core-de212/gdb-config.inc.c [moved from target/xtensa/core-de212/gdb-config.c with 100% similarity]
target/xtensa/core-de212/xtensa-modules.inc.c [moved from target/xtensa/core-de212/xtensa-modules.c with 100% similarity]
target/xtensa/core-fsf.c
target/xtensa/core-fsf/xtensa-modules.inc.c [moved from target/xtensa/core-fsf/xtensa-modules.c with 100% similarity]
target/xtensa/core-sample_controller.c
target/xtensa/core-sample_controller/gdb-config.inc.c [moved from target/xtensa/core-sample_controller/gdb-config.c with 100% similarity]
target/xtensa/core-sample_controller/xtensa-modules.inc.c [moved from target/xtensa/core-sample_controller/xtensa-modules.c with 100% similarity]
target/xtensa/import_core.sh