blob: 8cfe3baf797ec3484308afb9b4f34cf4a5538e50 [file] [log] [blame]
Stefan Roesef2303272005-11-15 10:35:59 +01001#
Marian Balakowiczd62379d2006-09-01 19:49:50 +02002# (C) Copyright 2000-2006
Stefan Roesef2303272005-11-15 10:35:59 +01003# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Stefan Roesef2303272005-11-15 10:35:59 +01006#
7
Marian Balakowiczd62379d2006-09-01 19:49:50 +02008ifneq ($(OBJTREE),$(SRCTREE))
9$(shell mkdir -p $(obj)../common/xilinx_jtag)
10endif
Stefan Roesef2303272005-11-15 10:35:59 +010011
Stefan Roesef2303272005-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 Yamadac54b77e2013-10-21 11:53:38 +090017obj-y = cms700.o flash.o \
Matthias Fuchsc8452fa2007-07-09 10:10:06 +020018 ../common/misc.o \
19 $(CPLD) \
20 ../common/esd405ep_nand.o \