aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/mpc8541cds/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-16 01:45:10 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-16 23:21:55 -0600
commit2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa (patch)
tree89b311689ad4c0e20d4289b5b1f90e649684ff86 /board/freescale/mpc8541cds/Makefile
parent7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238 (diff)
85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8541cds/Makefile')
-rw-r--r--board/freescale/mpc8541cds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8541cds/Makefile b/board/freescale/mpc8541cds/Makefile
index 7f5309885..54977089b 100644
--- a/board/freescale/mpc8541cds/Makefile
+++ b/board/freescale/mpc8541cds/Makefile
@@ -29,7 +29,7 @@ endif
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o \
+COBJS := $(BOARD).o law.o \
../common/cadmus.o \
../common/eeprom.o \
../common/ft_board.o \