summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8548cds/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-17 01:01:09 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-17 02:08:24 -0600
commit0db37dc2eed30884db2daa24dbd9a113b5d00610 (patch)
treeebb6c507b0b6d15218798cb32ca6df00fea5bb72 /board/freescale/mpc8548cds/Makefile
parent219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc (diff)
downloadtalos-obmc-uboot-0db37dc2eed30884db2daa24dbd9a113b5d00610.tar.gz
talos-obmc-uboot-0db37dc2eed30884db2daa24dbd9a113b5d00610.zip
85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8548cds/Makefile')
-rw-r--r--board/freescale/mpc8548cds/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/freescale/mpc8548cds/Makefile b/board/freescale/mpc8548cds/Makefile
index 54977089b3..d1a585ad62 100644
--- a/board/freescale/mpc8548cds/Makefile
+++ b/board/freescale/mpc8548cds/Makefile
@@ -29,14 +29,12 @@ endif
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o law.o \
+COBJS := $(BOARD).o law.o tlb.o \
../common/cadmus.o \
../common/eeprom.o \
../common/ft_board.o \
../common/via.o
-SOBJS := init.o
-
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
OpenPOWER on IntegriCloud