diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-05-21 04:14:49 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-07-16 10:55:10 -0500 |
commit | c7e1a43de6818eb0b40d0b8db4f1a2bc54185eeb (patch) | |
tree | b5843c46b7e97715b51a5befd1bd6b56e47301fe /board/freescale/common/Makefile | |
parent | 509c4c4ce2c30eb5808a614ed5aae7be85ba7f6b (diff) | |
download | u-boot-imx-c7e1a43de6818eb0b40d0b8db4f1a2bc54185eeb.zip u-boot-imx-c7e1a43de6818eb0b40d0b8db4f1a2bc54185eeb.tar.gz u-boot-imx-c7e1a43de6818eb0b40d0b8db4f1a2bc54185eeb.tar.bz2 |
ppc/85xx: Convert MPC8536DS to using board common ICS307 code
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/common/Makefile')
-rw-r--r-- | board/freescale/common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index 14c7408..2d48d7e 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -42,6 +42,7 @@ COBJS-$(CONFIG_MPC8541CDS) += cds_pci_ft.o COBJS-$(CONFIG_MPC8548CDS) += cds_pci_ft.o COBJS-$(CONFIG_MPC8555CDS) += cds_pci_ft.o +COBJS-$(CONFIG_MPC8536DS) += ics307_clk.o COBJS-$(CONFIG_MPC8572DS) += ics307_clk.o COBJS-$(CONFIG_P1022DS) += ics307_clk.o COBJS-$(CONFIG_P2020DS) += ics307_clk.o |