summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8540ads/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-17 00:52:29 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-17 02:06:53 -0600
commit219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc (patch)
tree8e8dbfd5161620c312eb7395890c4633c592fb30 /board/freescale/mpc8540ads/Makefile
parent80d0b6a1498761c4355b2db9c8001b04c295e7b8 (diff)
downloadblackbird-obmc-uboot-219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc.tar.gz
blackbird-obmc-uboot-219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc.zip
85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8540ads/Makefile')
-rw-r--r--board/freescale/mpc8540ads/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/freescale/mpc8540ads/Makefile b/board/freescale/mpc8540ads/Makefile
index 0c8f470163..be243885be 100644
--- a/board/freescale/mpc8540ads/Makefile
+++ b/board/freescale/mpc8540ads/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))
OpenPOWER on IntegriCloud