mirror of
https://github.com/mii443/qemu.git
synced 2025-08-28 18:09:35 +00: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:
@ -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,
|
||||
|
Reference in New Issue
Block a user