commit | 9c80ff98c019f8a3ec87a284301153ed74c8cc59 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Jan 17 02:02:10 2008 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Jan 17 02:11:53 2008 -0600 |
tree | 58a6302220c050cd9ead2d4da65b3e188c113249 | |
parent | f0b87a7059700d77e4b7c5e8e8afdf99a37fce62 [diff] [blame] |
85xx: Convert TQM85xx to new TLB setup Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
diff --git a/board/tqm85xx/Makefile b/board/tqm85xx/Makefile index 66f2830..52f5ef9 100644 --- a/board/tqm85xx/Makefile +++ b/board/tqm85xx/Makefile
@@ -25,8 +25,7 @@ LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o sdram.o law.o -SOBJS := init.o +COBJS := $(BOARD).o sdram.o law.o tlb.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS))