85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
[platform/kernel/u-boot.git] / board / freescale / mpc8560ads / Makefile
index 0c8f470..be24388 100644 (file)
@@ -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))