summaryrefslogtreecommitdiff
path: root/board/freescale/p1_p2_rdb/Makefile
diff options
context:
space:
mode:
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>2009-08-21 07:29:58 +0530
committerKumar Gala <galak@kernel.crashing.org>2009-08-28 17:12:46 -0500
commit33f3f34255bd7cf0be502275c59f0ff22dc50080 (patch)
tree607daa0460bd787ee986bf94ad50982a97ebac0a /board/freescale/p1_p2_rdb/Makefile
parent0d3d68b25a8e7790f58530ddccbd61f9fc0245ef (diff)
downloadu-boot-imx-33f3f34255bd7cf0be502275c59f0ff22dc50080.zip
u-boot-imx-33f3f34255bd7cf0be502275c59f0ff22dc50080.tar.gz
u-boot-imx-33f3f34255bd7cf0be502275c59f0ff22dc50080.tar.bz2
85xx: Added PCIe support for P1 P2 RDB
Call fsl_pci_init_port() to initialize all the PCIe ports on the board. Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/p1_p2_rdb/Makefile')
-rw-r--r--board/freescale/p1_p2_rdb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/freescale/p1_p2_rdb/Makefile b/board/freescale/p1_p2_rdb/Makefile
index 9107263..ad1b769 100644
--- a/board/freescale/p1_p2_rdb/Makefile
+++ b/board/freescale/p1_p2_rdb/Makefile
@@ -25,9 +25,10 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
COBJS-y += $(BOARD).o
+COBJS-y += ddr.o
COBJS-y += law.o
+COBJS-$(CONFIG_PCI) += pci.o
COBJS-y += tlb.o
-COBJS-y += ddr.o
SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS-y))