Re: [XEN PATCH v6 31/31] build,riscv: tell the build system about riscv64/head.S

2021-07-09 Thread Connor Davis
On 7/1/21 8:10 AM, Anthony PERARD wrote: This allows to `make arch/riscv/riscv64/head.o`. Example of rune on a fresh copy of the repository: make XEN_TARGET_ARCH=riscv64 CROSS_COMPILE=riscv64-linux-gnu- KBUILD_DEFCONFIG=tiny64_defconfig arch/riscv/riscv64/head.o Signed-off-by: Anthony

Re: [XEN PATCH v6 31/31] build,riscv: tell the build system about riscv64/head.S

2021-07-01 Thread Alistair Francis
On Fri, Jul 2, 2021 at 12:22 AM Anthony PERARD wrote: > > This allows to `make arch/riscv/riscv64/head.o`. > > Example of rune on a fresh copy of the repository: > make XEN_TARGET_ARCH=riscv64 CROSS_COMPILE=riscv64-linux-gnu- > KBUILD_DEFCONFIG=tiny64_defconfig arch/riscv/riscv64/head.o > > S

Re: [XEN PATCH v6 31/31] build,riscv: tell the build system about riscv64/head.S

2021-07-01 Thread Bob Eshleman
On 7/1/21 7:10 AM, Anthony PERARD wrote: > This allows to `make arch/riscv/riscv64/head.o`. > > Example of rune on a fresh copy of the repository: > make XEN_TARGET_ARCH=riscv64 CROSS_COMPILE=riscv64-linux-gnu- > KBUILD_DEFCONFIG=tiny64_defconfig arch/riscv/riscv64/head.o > > Signed-off-by:

[XEN PATCH v6 31/31] build,riscv: tell the build system about riscv64/head.S

2021-07-01 Thread Anthony PERARD
This allows to `make arch/riscv/riscv64/head.o`. Example of rune on a fresh copy of the repository: make XEN_TARGET_ARCH=riscv64 CROSS_COMPILE=riscv64-linux-gnu- KBUILD_DEFCONFIG=tiny64_defconfig arch/riscv/riscv64/head.o Signed-off-by: Anthony PERARD --- xen/arch/riscv/riscv64/Makefile |