summaryrefslogtreecommitdiff
path: root/board/pm854/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-17 01:31:34 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-17 02:10:04 -0600
commit818218bac6a11591e2542c344d2330e0f4e1968b (patch)
tree1ba4ede813bc50de1cddf54fffbe33935f05b9b6 /board/pm854/Makefile
parentff4681c9285b2b4d24552a19cacc1769fe2fc7e0 (diff)
downloadu-boot-imx-818218bac6a11591e2542c344d2330e0f4e1968b.zip
u-boot-imx-818218bac6a11591e2542c344d2330e0f4e1968b.tar.gz
u-boot-imx-818218bac6a11591e2542c344d2330e0f4e1968b.tar.bz2
85xx: Convert PM854/PM856 to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/pm854/Makefile')
-rw-r--r--board/pm854/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/pm854/Makefile b/board/pm854/Makefile
index 0c8f470..be24388 100644
--- a/board/pm854/Makefile
+++ b/board/pm854/Makefile
@@ -25,8 +25,7 @@ include $(TOPDIR)/config.mk
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))