diff options
author | Kumar Gala | 2008-01-17 01:12:22 -0600 |
---|---|---|
committer | Kumar Gala | 2008-01-17 02:08:53 -0600 |
commit | 73aa9ac2b46f1cfd039106ebd6b9865016005234 (patch) | |
tree | f61cbee193da27104cfbbe4223a1887642dfd048 /board/freescale/mpc8568mds/Makefile | |
parent | 0db37dc2eed30884db2daa24dbd9a113b5d00610 (diff) |
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/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/freescale/mpc8568mds/Makefile b/board/freescale/mpc8568mds/Makefile index ef78942acbb..d9f20f96fbc 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)) |