From: Anthony PERARD Date: Thu, 7 Oct 2021 15:57:10 +0000 (+0200) Subject: build/riscv: tell the build system about riscv64/head.S X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~131 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2a04f396a34c5a43b9a09d72e8c4f49c64066cce;p=xen.git build/riscv: tell the build system about riscv64/head.S 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 Acked-by: Bob Eshleman Reviewed-by: Alistair Francis Acked-by: Connor Davis --- diff --git a/xen/arch/riscv/riscv64/Makefile b/xen/arch/riscv/riscv64/Makefile new file mode 100644 index 0000000000..15a4a65f66 --- /dev/null +++ b/xen/arch/riscv/riscv64/Makefile @@ -0,0 +1 @@ +extra-y += head.o