commit | f57f4989855864c84f046e25a5a71c1e2c13e221 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Jan 17 01:44:34 2008 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Jan 17 02:10:42 2008 -0600 |
tree | d52899ed3f5912b21e6fe07a03c907823204cc43 | |
parent | 70de8400f035445c6f96d3faa1ae284a7f96b71f [diff] [blame] |
85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
diff --git a/board/sbc8560/Makefile b/board/sbc8560/Makefile index c346fdf..4b2a9f6 100644 --- a/board/sbc8560/Makefile +++ b/board/sbc8560/Makefile
@@ -28,8 +28,7 @@ LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o law.o -SOBJS := init.o +COBJS := $(BOARD).o law.o tlb.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS))