blob: 8cfe3baf797ec3484308afb9b4f34cf4a5538e50 [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
Marian Balakowiczf9328632006-09-01 19:49:50 +02008ifneq ($(OBJTREE),$(SRCTREE))
9$(shell mkdir -p $(obj)../common/xilinx_jtag)
10endif
Stefan Roesefeaedfc2005-11-15 10:35:59 +010011
Stefan Roesefeaedfc2005-11-15 10:35:59 +010012# Objects for Xilinx JTAG programming (CPLD)
13CPLD = ../common/xilinx_jtag/lenval.o \
14 ../common/xilinx_jtag/micro.o \
15 ../common/xilinx_jtag/ports.o
16
Masahiro Yamada377e1042013-10-21 11:53:38 +090017obj-y = cms700.o flash.o \
Matthias Fuchsbd84ee42007-07-09 10:10:06 +020018 ../common/misc.o \
19 $(CPLD) \
20 ../common/esd405ep_nand.o \