blob: 2bf50066c4f907243b8677512fe1c54c829bab99 [file] [log] [blame]
Stefan Roesefeaedfc2005-11-15 10:35:59 +01001#
Marian Balakowiczf9328632006-09-01 19:49:50 +02002# (C) Copyright 2000-2006
Stefan Roesefeaedfc2005-11-15 10:35:59 +01003# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Stefan Roesefeaedfc2005-11-15 10:35:59 +01006#
7
Stefan Roesefeaedfc2005-11-15 10:35:59 +01008# Objects for Xilinx JTAG programming (CPLD)
9CPLD = ../common/xilinx_jtag/lenval.o \
10 ../common/xilinx_jtag/micro.o \
11 ../common/xilinx_jtag/ports.o
12
Masahiro Yamada377e1042013-10-21 11:53:38 +090013obj-y = cms700.o flash.o \
Matthias Fuchsbd84ee42007-07-09 10:10:06 +020014 ../common/misc.o \
15 $(CPLD) \
16 ../common/esd405ep_nand.o \