summaryrefslogtreecommitdiff
path: root/board/tqm85xx/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-17 02:02:10 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-17 02:11:53 -0600
commit3b558e26a5ef31635787d6d6e97d70939d4f892d (patch)
tree58a6302220c050cd9ead2d4da65b3e188c113249 /board/tqm85xx/Makefile
parent74121b470c14f7eaf284ee838bffca6f9521069e (diff)
downloadu-boot-3b558e26a5ef31635787d6d6e97d70939d4f892d.tar.gz
85xx: Convert TQM85xx to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/tqm85xx/Makefile')
-rw-r--r--board/tqm85xx/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/tqm85xx/Makefile b/board/tqm85xx/Makefile
index 66f28306d0..52f5ef9454 100644
--- a/board/tqm85xx/Makefile
+++ b/board/tqm85xx/Makefile
@@ -25,8 +25,7 @@ include $(TOPDIR)/config.mk
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))