commit | ff4681c9285b2b4d24552a19cacc1769fe2fc7e0 | [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 | 73aa9ac2b46f1cfd039106ebd6b9865016005234 [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))