summaryrefslogtreecommitdiff
path: root/board/xes/common/Makefile
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-05-22 15:26:37 (GMT)
committerKumar Gala <galak@kernel.crashing.org>2009-06-12 22:23:47 (GMT)
commit388517e4b745b00256c2fa201ce7bccb67b4f245 (patch)
treec2614f3b64c5a881c8640017a0cacc6abee5077b /board/xes/common/Makefile
parent25623937bb81cae788d767e6c59a11c96fc82866 (diff)
downloadu-boot-388517e4b745b00256c2fa201ce7bccb67b4f245.tar.xz
xes: Update Freescale clock code to work with 86xx processors
Signed-off-by: Peter Tyser <ptyser@xes-inc.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/xes/common/Makefile')
-rw-r--r--board/xes/common/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/xes/common/Makefile b/board/xes/common/Makefile
index 6aef6f4..d022831 100644
--- a/board/xes/common/Makefile
+++ b/board/xes/common/Makefile
@@ -30,7 +30,8 @@ endif
LIB = $(obj)lib$(VENDOR).a
COBJS-$(CONFIG_FSL_PCI_INIT) += fsl_8xxx_pci.o
-COBJS-$(CONFIG_MPC8572) += fsl_8572_clk.o
+COBJS-$(CONFIG_MPC8572) += fsl_8xxx_clk.o
+COBJS-$(CONFIG_MPC86xx) += fsl_8xxx_clk.o
COBJS-$(CONFIG_FSL_DDR2) += fsl_8xxx_ddr.o
COBJS-$(CONFIG_NAND_ACTL) += actl_nand.o