summaryrefslogtreecommitdiff
path: root/arch/nds32/lib/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2012-07-20 22:35:13 +0200
committerWolfgang Denk <wd@denx.de>2012-07-20 22:35:13 +0200
commit3c692f9706a1d85dc5fc518fa8503c1862f15088 (patch)
tree436d081a65708bca49a664376fd89361cce2a559 /arch/nds32/lib/Makefile
parent546910f85f98a6868db14e7f25770e8996d6e777 (diff)
parent8d732840ba1cd4d41c12242ba07f1cf58b6429bf (diff)
Merge branch 'master' of git://git.denx.de/u-boot-nds32
* 'master' of git://git.denx.de/u-boot-nds32: nds32: split common cache access from cpu into lib Signed-off-by: Wolfgang Denk <wd@denx.de>
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 e5c31c3128..581a2e758a 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)