blob: 7cf5c0224c28ca0db7177019110ab08f79d9728e [file] [log] [blame]
stroesea17344b2004-12-16 18:24:54 +00001#
Marian Balakowiczd62379d2006-09-01 19:49:50 +02002# (C) Copyright 2000-2006
stroesea17344b2004-12-16 18:24:54 +00003# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
stroesea17344b2004-12-16 18:24:54 +00006#
7
stroesea17344b2004-12-16 18:24:54 +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 = vom405.o flash.o ../common/misc.o $(CPLD)