]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
csky: Build infrastructure
authorGuo Ren <ren_guo@c-sky.com>
Wed, 5 Sep 2018 06:25:06 +0000 (14:25 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Thu, 25 Oct 2018 15:36:19 +0000 (23:36 +0800)
commitc32e64e852f3f5c0fd709f84bc94736840088375
tree420e0ad361bb187377d7e038b3058391a169466c
parent84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d
csky: Build infrastructure

This patch adds Makefile, Kconfig for build infrastructure.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
13 files changed:
arch/csky/Kconfig [new file with mode: 0644]
arch/csky/Kconfig.debug [new file with mode: 0644]
arch/csky/Makefile [new file with mode: 0644]
arch/csky/abiv1/Makefile [new file with mode: 0644]
arch/csky/abiv2/Makefile [new file with mode: 0644]
arch/csky/boot/Makefile [new file with mode: 0644]
arch/csky/boot/dts/Makefile [new file with mode: 0644]
arch/csky/boot/dts/include/dt-bindings [new symlink]
arch/csky/include/asm/Kbuild [new file with mode: 0644]
arch/csky/include/uapi/asm/Kbuild [new file with mode: 0644]
arch/csky/kernel/Makefile [new file with mode: 0644]
arch/csky/lib/Makefile [new file with mode: 0644]
arch/csky/mm/Makefile [new file with mode: 0644]