commit | 249ce7692f8091974955df81a4469be9341fcb7b | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Jan 17 01:25:33 2008 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Jan 17 02:09:20 2008 -0600 |
tree | e510cfd32576981c0f612cbd5177a3118f7a64d7 | |
parent | 9b1b7698175ce11162d38a28eb1ef3e3fd065e17 [diff] [blame] |
85xx: Convert MPC8540EVAL to new TLB setup Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
diff --git a/board/mpc8540eval/Makefile b/board/mpc8540eval/Makefile index c892247..28d6cb9 100644 --- a/board/mpc8540eval/Makefile +++ b/board/mpc8540eval/Makefile
@@ -25,8 +25,7 @@ LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o flash.o law.o -SOBJS := init.o +COBJS := $(BOARD).o flash.o law.o tlb.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS))