]> asedeno.scripts.mit.edu Git - linux.git/commit
nds32: Build infrastructure
authorGreentime Hu <greentime@andestech.com>
Wed, 25 Oct 2017 07:03:49 +0000 (15:03 +0800)
committerGreentime Hu <greentime@andestech.com>
Thu, 22 Feb 2018 02:44:35 +0000 (10:44 +0800)
commite71ea3badae55a69a44b8fcb46ae7b547529b376
tree21947a2e1b0852e6d26c2f2435c464aa3238a2cd
parenta06d4298d4d82f6a7ea6c67aa46dbdb873530320
nds32: Build infrastructure

This patch adds Makefile, Kconfig and vmlinux.lds.S files required for building
an nds32 kernel.

Signed-off-by: Vincent Chen <vincentc@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/nds32/Kconfig [new file with mode: 0644]
arch/nds32/Kconfig.cpu [new file with mode: 0644]
arch/nds32/Makefile [new file with mode: 0644]
arch/nds32/boot/Makefile [new file with mode: 0644]
arch/nds32/include/asm/Kbuild [new file with mode: 0644]
arch/nds32/include/uapi/asm/Kbuild [new file with mode: 0644]
arch/nds32/kernel/Makefile [new file with mode: 0644]
arch/nds32/kernel/vmlinux.lds.S [new file with mode: 0644]
arch/nds32/mm/Makefile [new file with mode: 0644]