diff options
author | Wolfgang Denk <wd@denx.de> | 2012-07-20 22:35:13 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-07-20 22:35:13 +0200 |
commit | 3c692f9706a1d85dc5fc518fa8503c1862f15088 (patch) | |
tree | 436d081a65708bca49a664376fd89361cce2a559 /arch/nds32/lib/Makefile | |
parent | 546910f85f98a6868db14e7f25770e8996d6e777 (diff) | |
parent | 8d732840ba1cd4d41c12242ba07f1cf58b6429bf (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/Makefile | 2 |
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) |