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