diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-23 22:05:16 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-23 22:05:16 +0300 |
| commit | b28fd7d9121c63ae6a1737d890414ef8cce177e0 (patch) | |
| tree | dd5bd27bfc95250948dd6c98f68e90ccd02e29c7 /arch/riscv64/kernel/entry.S | |
| parent | 960330c5d843d1aa96aa191fc27f72da563293ea (diff) | |
| download | kmi-b28fd7d9121c63ae6a1737d890414ef8cce177e0.tar.gz kmi-b28fd7d9121c63ae6a1737d890414ef8cce177e0.zip | |
modify file gen
Diffstat (limited to 'arch/riscv64/kernel/entry.S')
| -rw-r--r-- | arch/riscv64/kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv64/kernel/entry.S b/arch/riscv64/kernel/entry.S index ab4ed5c..a5427a7 100644 --- a/arch/riscv64/kernel/entry.S +++ b/arch/riscv64/kernel/entry.S @@ -1,4 +1,4 @@ -#include "../gen/asm-offsets.h" +#include "../kernel/gen/asm-offsets.h" #include "../kernel/csr.h" #if __riscv_xlen == 64 |
