diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2018-03-22 10:45:57 -0700 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2018-03-26 14:17:03 -0700 |
commit | dda2441b2bc6844eb4900bf4a7db83157dcd6c3c (patch) | |
tree | c2b9df4bcd6663ff9ed69c28f1e354a32d9aedf4 /target/xtensa/core-fsf.c | |
parent | 7b93d78a04aa242d377ae213b79db6c319c71847 (diff) |
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-fsf.c')
-rw-r--r-- | target/xtensa/core-fsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/xtensa/core-fsf.c b/target/xtensa/core-fsf.c index f41de9a1aa..01932bdc8b 100644 --- a/target/xtensa/core-fsf.c +++ b/target/xtensa/core-fsf.c @@ -36,7 +36,7 @@ #include "overlay_tool.h" #define xtensa_modules xtensa_modules_fsf -#include "core-fsf/xtensa-modules.c" +#include "core-fsf/xtensa-modules.inc.c" static XtensaConfig fsf __attribute__((unused)) = { .name = "fsf", |