LoongArch: Add build infrastructure
authorHuacai Chen <chenhuacai@loongson.cn>
Tue, 31 May 2022 10:04:11 +0000 (18:04 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Fri, 3 Jun 2022 12:09:27 +0000 (20:09 +0800)
commitfa96b57c149061f71a70bd6582d995f6424fbbf4
tree05a9289473af2f3d9192f1d8aeeefb6b4f16eefb
parent439057ec3b748b1ff61855d09859f369493e22d8
LoongArch: Add build infrastructure

Add Kbuild, Makefile, Kconfig and link script for LoongArch build
infrastructure.

Reviewed-by: Guo Ren <guoren@kernel.org>
Reviewed-by: WANG Xuerui <git@xen0n.name>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
17 files changed:
arch/loongarch/Kbuild [new file with mode: 0644]
arch/loongarch/Kconfig [new file with mode: 0644]
arch/loongarch/Kconfig.debug [new file with mode: 0644]
arch/loongarch/Makefile [new file with mode: 0644]
arch/loongarch/boot/.gitignore [new file with mode: 0644]
arch/loongarch/boot/Makefile [new file with mode: 0644]
arch/loongarch/boot/dts/Makefile [new file with mode: 0644]
arch/loongarch/include/asm/Kbuild [new file with mode: 0644]
arch/loongarch/include/uapi/asm/Kbuild [new file with mode: 0644]
arch/loongarch/kernel/.gitignore [new file with mode: 0644]
arch/loongarch/kernel/Makefile [new file with mode: 0644]
arch/loongarch/kernel/vmlinux.lds.S [new file with mode: 0644]
arch/loongarch/lib/Makefile [new file with mode: 0644]
arch/loongarch/mm/Makefile [new file with mode: 0644]
arch/loongarch/pci/Makefile [new file with mode: 0644]
arch/loongarch/vdso/.gitignore [new file with mode: 0644]
scripts/subarch.include