summaryrefslogtreecommitdiffstats
path: root/target/xtensa/core-dc233c.c
diff options
context:
space:
mode:
authorMax Filippov2018-03-22 18:45:57 +0100
committerMax Filippov2018-03-26 23:17:03 +0200
commitdda2441b2bc6844eb4900bf4a7db83157dcd6c3c (patch)
treec2b9df4bcd6663ff9ed69c28f1e354a32d9aedf4 /target/xtensa/core-dc233c.c
parentMerge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (diff)
downloadqemu-dda2441b2bc6844eb4900bf4a7db83157dcd6c3c.tar.gz
qemu-dda2441b2bc6844eb4900bf4a7db83157dcd6c3c.tar.xz
qemu-dda2441b2bc6844eb4900bf4a7db83157dcd6c3c.zip
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>
Diffstat (limited to 'target/xtensa/core-dc233c.c')
-rw-r--r--target/xtensa/core-dc233c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/xtensa/core-dc233c.c b/target/xtensa/core-dc233c.c
index 00301c28a2..8296e6fa10 100644
--- a/target/xtensa/core-dc233c.c
+++ b/target/xtensa/core-dc233c.c
@@ -36,7 +36,7 @@
#include "overlay_tool.h"
#define xtensa_modules xtensa_modules_dc233c
-#include "core-dc233c/xtensa-modules.c"
+#include "core-dc233c/xtensa-modules.inc.c"
static XtensaConfig dc233c __attribute__((unused)) = {
.name = "dc233c",
@@ -44,7 +44,7 @@ static XtensaConfig dc233c __attribute__((unused)) = {
.num_regs = 121,
.num_core_regs = 52,
.reg = {
-#include "core-dc233c/gdb-config.c"
+#include "core-dc233c/gdb-config.inc.c"
}
},
.isa_internal = &xtensa_modules,