stroese | 5ce08ee | 2003-09-12 08:41:24 +0000 | [diff] [blame] | 1 | # |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 2 | # (C) Copyright 2000-2006 |
stroese | 5ce08ee | 2003-09-12 08:41:24 +0000 | [diff] [blame] | 3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 4 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | # SPDX-License-Identifier: GPL-2.0+ |
stroese | 5ce08ee | 2003-09-12 08:41:24 +0000 | [diff] [blame] | 6 | # |
| 7 | |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 8 | ifneq ($(OBJTREE),$(SRCTREE)) |
| 9 | $(shell mkdir -p $(obj)../common/xilinx_jtag) |
| 10 | endif |
stroese | 5ce08ee | 2003-09-12 08:41:24 +0000 | [diff] [blame] | 11 | |
stroese | 5ce08ee | 2003-09-12 08:41:24 +0000 | [diff] [blame] | 12 | # Objects for Xilinx JTAG programming (CPLD) |
| 13 | CPLD = ../common/xilinx_jtag/lenval.o \ |
| 14 | ../common/xilinx_jtag/micro.o \ |
| 15 | ../common/xilinx_jtag/ports.o |
| 16 | |
Masahiro Yamada | 377e104 | 2013-10-21 11:53:38 +0900 | [diff] [blame^] | 17 | obj-y = dp405.o flash.o ../common/misc.o $(CPLD) |