summaryrefslogtreecommitdiff
path: root/board/esd/pmc405/Makefile
diff options
context:
space:
mode:
authorstroese <stroese>2003-09-12 08:46:58 +0000
committerstroese <stroese>2003-09-12 08:46:58 +0000
commitef9e86854e5c60d7db523d25c822985a4319d8b6 (patch)
treec6e4aba982bcde857bfdb510aeacc774876293d3 /board/esd/pmc405/Makefile
parent09433a781b89b8482c7fb98781e27a854b2e7584 (diff)
downloadu-boot-imx-ef9e86854e5c60d7db523d25c822985a4319d8b6.zip
u-boot-imx-ef9e86854e5c60d7db523d25c822985a4319d8b6.tar.gz
u-boot-imx-ef9e86854e5c60d7db523d25c822985a4319d8b6.tar.bz2
PMC405 update.
Diffstat (limited to 'board/esd/pmc405/Makefile')
-rw-r--r--board/esd/pmc405/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/board/esd/pmc405/Makefile b/board/esd/pmc405/Makefile
index c4198c4..0cb7c1c 100644
--- a/board/esd/pmc405/Makefile
+++ b/board/esd/pmc405/Makefile
@@ -25,7 +25,12 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
-OBJS = $(BOARD).o strataflash.o
+# Objects for Xilinx JTAG programming (CPLD)
+CPLD = ../common/xilinx_jtag/lenval.o \
+ ../common/xilinx_jtag/micro.o \
+ ../common/xilinx_jtag/ports.o
+
+OBJS = $(BOARD).o strataflash.o $(CPLD)
$(LIB): $(OBJS) $(SOBJS)
$(AR) crv $@ $(OBJS)