blob: 6809c673ce7415656adead1fd69f42b8fae5b8cc [file] [log] [blame]
stroese5ce08ee2003-09-12 08:41:24 +00001#
Marian Balakowiczf9328632006-09-01 19:49:50 +02002# (C) Copyright 2000-2006
stroese5ce08ee2003-09-12 08:41:24 +00003# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
stroese5ce08ee2003-09-12 08:41:24 +00006#
7
Marian Balakowiczf9328632006-09-01 19:49:50 +02008ifneq ($(OBJTREE),$(SRCTREE))
9$(shell mkdir -p $(obj)../common/xilinx_jtag)
10endif
stroese5ce08ee2003-09-12 08:41:24 +000011
stroese5ce08ee2003-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 Yamada377e1042013-10-21 11:53:38 +090017obj-y = dp405.o flash.o ../common/misc.o $(CPLD)