mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 21:03:54 -06:00
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>
This commit is contained in:
parent
7b93d78a04
commit
dda2441b2b
15 changed files with 13 additions and 13 deletions
|
@ -36,13 +36,13 @@
|
|||
#include "overlay_tool.h"
|
||||
|
||||
#define xtensa_modules xtensa_modules_sample_controller
|
||||
#include "core-sample_controller/xtensa-modules.c"
|
||||
#include "core-sample_controller/xtensa-modules.inc.c"
|
||||
|
||||
static XtensaConfig sample_controller __attribute__((unused)) = {
|
||||
.name = "sample_controller",
|
||||
.gdb_regmap = {
|
||||
.reg = {
|
||||
#include "core-sample_controller/gdb-config.c"
|
||||
#include "core-sample_controller/gdb-config.inc.c"
|
||||
}
|
||||
},
|
||||
.isa_internal = &xtensa_modules,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue