summaryrefslogtreecommitdiffstats
path: root/lib_microblaze/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-07-10 23:48:41 +0000
committerwdenk <wdenk>2004-07-10 23:48:41 +0000
commit857cad37a41c431582a74be56f858ee0476cd0d9 (patch)
treead20b07944687e5996418e91111a6cef5b2e319e /lib_microblaze/Makefile
parentfabd46acff08edd9f945340338caa07bb0534e64 (diff)
downloadbarebox-857cad37a41c431582a74be56f858ee0476cd0d9.tar.gz
barebox-857cad37a41c431582a74be56f858ee0476cd0d9.tar.xz
Patches by Yasushi Shoji, 29 Jun 2004:
- add empty include/asm-microblaze/processor.h - add to CREDITS and MAINTAINERS - add gd initialization - add MicroBlaze and SUZAKU board to MAKEALL script - add reset support for SUZAKU - add flush_cache() for MicroBlaze - add CFG_FLASH_SIZE to include/configs/suzaku.h since we have fixed size flash memory on SUZAKU
Diffstat (limited to 'lib_microblaze/Makefile')
-rw-r--r--lib_microblaze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_microblaze/Makefile b/lib_microblaze/Makefile
index b683da8d38..ec01722f87 100644
--- a/lib_microblaze/Makefile
+++ b/lib_microblaze/Makefile
@@ -27,7 +27,7 @@ LIB = lib$(ARCH).a
AOBJS =
-COBJS = board.o microblaze_linux.o time.o
+COBJS = board.o microblaze_linux.o time.o cache.o
OBJS = $(AOBJS) $(COBJS)