From 74121b470c14f7eaf284ee838bffca6f9521069e Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 17 Jan 2008 01:56:32 -0600 Subject: 85xx: Convert STXGP3 & STXSSA to new TLB setup Signed-off-by: Kumar Gala --- board/stxssa/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'board/stxssa/Makefile') diff --git a/board/stxssa/Makefile b/board/stxssa/Makefile index c43dd4e703..f1f5d0b1bf 100644 --- a/board/stxssa/Makefile +++ b/board/stxssa/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 v1.2.1