summaryrefslogtreecommitdiff
path: root/board/mpc8360emds/Makefile
diff options
context:
space:
mode:
authorTony Li <tony.li@freescale.com>2007-08-17 02:35:59 (GMT)
committerKim Phillips <kim.phillips@freescale.com>2007-08-17 04:12:11 (GMT)
commit14778585d1389d86d5846efec29e5fce892680ce (patch)
tree29e9cb3245ee88798ad96cb62d7e675a7a5ca173 /board/mpc8360emds/Makefile
parent35cc4e4823668e8745854899cfaedd4489beb0ef (diff)
downloadu-boot-fsl-qoriq-14778585d1389d86d5846efec29e5fce892680ce.tar.xz
mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board. Signed-off-by Tony Li <tony.li@freescale.com>
Diffstat (limited to 'board/mpc8360emds/Makefile')
-rw-r--r--board/mpc8360emds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpc8360emds/Makefile b/board/mpc8360emds/Makefile
index 5ec7a87..4da74b8 100644
--- a/board/mpc8360emds/Makefile
+++ b/board/mpc8360emds/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o pci.o
+COBJS := $(BOARD).o pci.o ../freescale/common/pq-mds-pib.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))