commit | f0b87a7059700d77e4b7c5e8e8afdf99a37fce62 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Jan 17 01:56:32 2008 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Jan 17 02:11:17 2008 -0600 |
tree | 55351d6300952f88cc0f0fa191617fae8255b606 | |
parent | f57f4989855864c84f046e25a5a71c1e2c13e221 [diff] [blame] |
85xx: Convert STXGP3 & STXSSA to new TLB setup Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
diff --git a/board/stxgp3/Makefile b/board/stxgp3/Makefile index c892247..28d6cb9 100644 --- a/board/stxgp3/Makefile +++ b/board/stxgp3/Makefile
@@ -25,8 +25,7 @@ LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o flash.o law.o -SOBJS := init.o +COBJS := $(BOARD).o flash.o law.o tlb.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS))