Stefan Roese | 99200d2 | 2005-08-22 17:51:53 +0200 | [diff] [blame] | 1 | |
| 2 | # |
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 3 | # (C) Copyright 2003-2006 |
Stefan Roese | 99200d2 | 2005-08-22 17:51:53 +0200 | [diff] [blame] | 4 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 5 | # |
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 6 | # SPDX-License-Identifier: GPL-2.0+ |
Stefan Roese | 99200d2 | 2005-08-22 17:51:53 +0200 | [diff] [blame] | 7 | # |
| 8 | |
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 9 | # ifneq ($(OBJTREE),$(SRCTREE)) |
| 10 | # $(shell mkdir -p $(obj)../common/xilinx_jtag) |
| 11 | # endif |
Stefan Roese | 99200d2 | 2005-08-22 17:51:53 +0200 | [diff] [blame] | 12 | |
Stefan Roese | 99200d2 | 2005-08-22 17:51:53 +0200 | [diff] [blame] | 13 | # Objects for Xilinx JTAG programming (CPLD) |
| 14 | # CPLD = ../common/xilinx_jtag/lenval.o \ |
Wolfgang Denk | a1be476 | 2008-05-20 16:00:29 +0200 | [diff] [blame] | 15 | # ../common/xilinx_jtag/micro.o \ |
| 16 | # ../common/xilinx_jtag/ports.o |
Stefan Roese | 99200d2 | 2005-08-22 17:51:53 +0200 | [diff] [blame] | 17 | |
Masahiro Yamada | c54b77e | 2013-10-21 11:53:38 +0900 | [diff] [blame^] | 18 | # obj-y = pf5200.o flash.o $(CPLD) |
| 19 | obj-y = pf5200.o flash.o |