diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2008-12-01 13:47:13 -0600 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-12-19 18:18:51 -0600 |
commit | 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec (patch) | |
tree | ba9dd05bbb49cf619d6b840d0314fb674ae45250 /board/xes/common/Makefile | |
parent | 487dcb4fb89be0992bc06ec1341090017bd9cf2f (diff) | |
download | u-boot-imx-78bbc5ce151c5a484bb51bf1866b4a993ffc16ec.zip u-boot-imx-78bbc5ce151c5a484bb51bf1866b4a993ffc16ec.tar.gz u-boot-imx-78bbc5ce151c5a484bb51bf1866b4a993ffc16ec.tar.bz2 |
XPedite5200 board support
Initial support for Extreme Engineering Solutions XPedite5200 -
a MPC8548-based PMC single board computer.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/xes/common/Makefile')
-rw-r--r-- | board/xes/common/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/xes/common/Makefile b/board/xes/common/Makefile index c5cd633..e7620f4 100644 --- a/board/xes/common/Makefile +++ b/board/xes/common/Makefile @@ -29,9 +29,10 @@ endif LIB = $(obj)lib$(VENDOR).a +COBJS-$(CONFIG_FSL_PCI_INIT) += fsl_85xx_pci.o COBJS-$(CONFIG_MPC8572) += fsl_8572_clk.o COBJS-$(CONFIG_MPC85xx) += fsl_85xx_ddr.o -COBJS-$(CONFIG_FSL_PCI_INIT) += fsl_85xx_pci.o +COBJS-$(CONFIG_NAND_ACTL) += actl_nand.o SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c) OBJS := $(addprefix $(obj),$(COBJS-y)) |