summaryrefslogtreecommitdiff
path: root/arch/nds32/lib/Makefile
diff options
context:
space:
mode:
authorMacpaul Lin <macpaul@gmail.com>2012-07-15 03:54:13 (GMT)
committerMacpaul Lin <macpaul@gmail.com>2012-07-20 15:55:52 (GMT)
commit8d732840ba1cd4d41c12242ba07f1cf58b6429bf (patch)
treeb2e043e58183ee886ecce1992761b670c79e06f3 /arch/nds32/lib/Makefile
parent3ec81d758c09d6887a77a1b1259d044a2905bc8e (diff)
downloadu-boot-fsl-qoriq-8d732840ba1cd4d41c12242ba07f1cf58b6429bf.tar.xz
nds32: split common cache access from cpu into lib
This commit does the following updates. 1. Split the common cache access from cpu.c into lib folder. 2. Rename the following cache api to adapt common.h - dcache_flush_rang -> flush_dcache_rang - icache_inval_range -> invalidate_icache_range 3. Add invalidate_dcache_range Signed-off-by: Macpaul Lin <macpaul@gmail.com>
Diffstat (limited to 'arch/nds32/lib/Makefile')
-rw-r--r--arch/nds32/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nds32/lib/Makefile b/arch/nds32/lib/Makefile
index e5c31c3..581a2e7 100644
--- a/arch/nds32/lib/Makefile
+++ b/arch/nds32/lib/Makefile
@@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(ARCH).o
-OBJS := board.o bootm.o interrupts.o
+OBJS := board.o bootm.o cache.o interrupts.o
all: $(LIB)