From 0f7a3dc95cbff3c21bd6dbc639313796412bbbab Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 16 Jan 2008 23:11:57 -0600 Subject: 85xx: Convert MPC8544 DS to new TLB setup Signed-off-by: Kumar Gala --- board/freescale/mpc8544ds/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'board/freescale/mpc8544ds/Makefile') diff --git a/board/freescale/mpc8544ds/Makefile b/board/freescale/mpc8544ds/Makefile index 665251d5a..53368b22b 100644 --- a/board/freescale/mpc8544ds/Makefile +++ b/board/freescale/mpc8544ds/Makefile @@ -26,9 +26,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.3