blob: 6809c673ce7415656adead1fd69f42b8fae5b8cc [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
Marian Balakowiczd62379d2006-09-01 19:49:50 +02008ifneq ($(OBJTREE),$(SRCTREE))
9$(shell mkdir -p $(obj)../common/xilinx_jtag)
10endif
stroesede46bb62003-09-12 08:41:24 +000011
stroesede46bb62003-09-12 08:41:24 +000012# 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 = dp405.o flash.o ../common/misc.o $(CPLD)