summaryrefslogtreecommitdiffstats
path: root/arch/csky/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* csky: use common dtb build rulesGuo Ren2018-11-011-10/+1
| | | | | | | | | | | | Remove the Kbuild rules in arch/csky and use common dtb build rules. This modification is based on: commit 37c8a5fafa3b ("kbuild: consolidate Devicetree dtb build rules") Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reviewed-by: Rob Herring <robh@kernel.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
* csky: remove builtin-dtb KbuildGuo Ren2018-11-011-2/+0
| | | | | | | | Remove the builtin-dtb implementation in arch/csky. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
* csky: Build infrastructureGuo Ren2018-10-251-0/+93
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>