summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8568mds/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-17 01:12:22 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-17 02:08:53 -0600
commit73aa9ac2b46f1cfd039106ebd6b9865016005234 (patch)
treef61cbee193da27104cfbbe4223a1887642dfd048 /board/freescale/mpc8568mds/Makefile
parent0db37dc2eed30884db2daa24dbd9a113b5d00610 (diff)
downloadu-boot-imx-73aa9ac2b46f1cfd039106ebd6b9865016005234.zip
u-boot-imx-73aa9ac2b46f1cfd039106ebd6b9865016005234.tar.gz
u-boot-imx-73aa9ac2b46f1cfd039106ebd6b9865016005234.tar.bz2
85xx: Convert MPC8568 MDS to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8568mds/Makefile')
-rw-r--r--board/freescale/mpc8568mds/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/freescale/mpc8568mds/Makefile b/board/freescale/mpc8568mds/Makefile
index ef78942..d9f20f9 100644
--- a/board/freescale/mpc8568mds/Makefile
+++ b/board/freescale/mpc8568mds/Makefile
@@ -29,9 +29,7 @@ endif
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o bcsr.o law.o
-
-SOBJS := init.o
+COBJS := $(BOARD).o bcsr.o law.o tlb.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))