summary refs log tree commit diff stats
path: root/target/xtensa/core-sample_controller.c
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2018-03-22 10:45:57 -0700
committerMax Filippov <jcmvbkbc@gmail.com>2018-03-26 14:17:03 -0700
commitdda2441b2bc6844eb4900bf4a7db83157dcd6c3c (patch)
treec2b9df4bcd6663ff9ed69c28f1e354a32d9aedf4 /target/xtensa/core-sample_controller.c
parent7b93d78a04aa242d377ae213b79db6c319c71847 (diff)
downloadfocaccia-qemu-dda2441b2bc6844eb4900bf4a7db83157dcd6c3c.tar.gz
focaccia-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-sample_controller.c')
-rw-r--r--target/xtensa/core-sample_controller.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/xtensa/core-sample_controller.c b/target/xtensa/core-sample_controller.c
index 879e853a92..c622335ca5 100644
--- a/target/xtensa/core-sample_controller.c
+++ b/target/xtensa/core-sample_controller.c
@@ -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,