diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 01:45:10 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 23:21:55 -0600 |
commit | 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa (patch) | |
tree | 89b311689ad4c0e20d4289b5b1f90e649684ff86 /board/freescale/mpc8548cds/Makefile | |
parent | 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238 (diff) | |
download | u-boot-imx-2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa.zip u-boot-imx-2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa.tar.gz u-boot-imx-2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa.tar.bz2 |
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/mpc8548cds/Makefile')
-rw-r--r-- | board/freescale/mpc8548cds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8548cds/Makefile b/board/freescale/mpc8548cds/Makefile index 7f53098..5497708 100644 --- a/board/freescale/mpc8548cds/Makefile +++ b/board/freescale/mpc8548cds/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 \ |