This way it is easier to find using standard rules. Signed-off-by: Michael S. Tsirkin <[email protected]> --- include/target/riscv/cpu.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/target/riscv/cpu.h
diff --git a/include/target/riscv/cpu.h b/include/target/riscv/cpu.h new file mode 100644 index 0000000..0141f65 --- /dev/null +++ b/include/target/riscv/cpu.h @@ -0,0 +1 @@ +#include_next "../target/riscv/cpu.h" -- MST
