commit | 70de8400f035445c6f96d3faa1ae284a7f96b71f | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Jan 17 01:31:34 2008 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Jan 17 02:10:04 2008 -0600 |
tree | 1ba4ede813bc50de1cddf54fffbe33935f05b9b6 | |
parent | 249ce7692f8091974955df81a4469be9341fcb7b [diff] [blame] |
85xx: Convert PM854/PM856 to new TLB setup Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
diff --git a/board/pm856/Makefile b/board/pm856/Makefile index 0c8f470..be24388 100644 --- a/board/pm856/Makefile +++ b/board/pm856/Makefile
@@ -25,8 +25,7 @@ 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))