summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8544ds/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-16 23:11:57 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-17 02:05:35 -0600
commit0f7a3dc95cbff3c21bd6dbc639313796412bbbab (patch)
tree1f32d8dcc6b4a91f3374f71ffb163dd6aeef2b43 /board/freescale/mpc8544ds/Makefile
parent8716318057a5f60ab1ba081ece2dbe82ae00e1ee (diff)
85xx: Convert MPC8544 DS to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8544ds/Makefile')
-rw-r--r--board/freescale/mpc8544ds/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/freescale/mpc8544ds/Makefile b/board/freescale/mpc8544ds/Makefile
index 665251d5a8..53368b22b8 100644
--- a/board/freescale/mpc8544ds/Makefile
+++ b/board/freescale/mpc8544ds/Makefile
@@ -26,9 +26,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))