blob: cfcfb66a15296b6e276b8112b0461a13ec17f88b [file] [log] [blame]
stroesede46bb62003-09-12 08:41:24 +00001#
Marian Balakowiczd62379d2006-09-01 19:49:50 +02002# (C) Copyright 2000-2006
stroesede46bb62003-09-12 08:41:24 +00003# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
stroesede46bb62003-09-12 08:41:24 +00006#
7
stroesede46bb62003-09-12 08:41:24 +00008# 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 Yamadac54b77e2013-10-21 11:53:38 +090013obj-y = dp405.o flash.o ../common/misc.o $(CPLD)