From 818218bac6a11591e2542c344d2330e0f4e1968b Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 17 Jan 2008 01:31:34 -0600 Subject: 85xx: Convert PM854/PM856 to new TLB setup Signed-off-by: Kumar Gala --- board/pm854/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'board/pm854/Makefile') diff --git a/board/pm854/Makefile b/board/pm854/Makefile index 0c8f470163..be243885be 100644 --- a/board/pm854/Makefile +++ b/board/pm854/Makefile @@ -25,8 +25,7 @@ include $(TOPDIR)/config.mk 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)) -- cgit