build/riscv: tell the build system about riscv64/head.S
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 7 Oct 2021 15:57:10 +0000 (17:57 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 7 Oct 2021 15:57:10 +0000 (17:57 +0200)
commit2a04f396a34c5a43b9a09d72e8c4f49c64066cce
tree9259ba0b9f288c0d4a4bb4bf1fe8315f6fb9f51c
parent74c48d4738740d9f59d5c5a31fd373f802c09510
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 <anthony.perard@citrix.com>
Acked-by: Bob Eshleman <bobbyeshleman@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Acked-by: Connor Davis <connojdavis@gmail.com>
xen/arch/riscv/riscv64/Makefile [new file with mode: 0644]