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>
This commit is contained in:
Guo Ren
2018-09-05 14:25:06 +08:00
parent 84df9525b0
commit c32e64e852
13 changed files with 466 additions and 0 deletions

13
arch/csky/mm/Makefile Normal file
View File

@@ -0,0 +1,13 @@
ifeq ($(CONFIG_CPU_HAS_CACHEV2),y)
obj-y += cachev2.o
else
obj-y += cachev1.o
endif
obj-y += dma-mapping.o
obj-y += fault.o
obj-$(CONFIG_HIGHMEM) += highmem.o
obj-y += init.o
obj-y += ioremap.o
obj-y += syscache.o
obj-y += tlb.o