From 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 16 Jan 2008 01:45:10 -0600 Subject: 85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code Signed-off-by: Kumar Gala --- board/freescale/mpc8555cds/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/freescale/mpc8555cds/Makefile') diff --git a/board/freescale/mpc8555cds/Makefile b/board/freescale/mpc8555cds/Makefile index 7f53098..5497708 100644 --- a/board/freescale/mpc8555cds/Makefile +++ b/board/freescale/mpc8555cds/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 \ -- cgit v1.1