2005-09-24 19:54:50 +00:00
|
|
|
#
|
2006-09-01 17:49:50 +00:00
|
|
|
# (C) Copyright 2003-2006
|
2005-09-24 19:54:50 +00:00
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2005-09-24 19:54:50 +00:00
|
|
|
#
|
|
|
|
|
2006-09-01 17:49:50 +00:00
|
|
|
# ifneq ($(OBJTREE),$(SRCTREE))
|
|
|
|
# $(shell mkdir -p $(obj)../common/xilinx_jtag)
|
|
|
|
# endif
|
2005-09-24 19:54:50 +00:00
|
|
|
|
|
|
|
# Objects for Xilinx JTAG programming (CPLD)
|
|
|
|
# CPLD = ../common/xilinx_jtag/lenval.o \
|
2008-05-20 14:00:29 +00:00
|
|
|
# ../common/xilinx_jtag/micro.o \
|
|
|
|
# ../common/xilinx_jtag/ports.o
|
2005-09-24 19:54:50 +00:00
|
|
|
|
2013-10-21 02:53:38 +00:00
|
|
|
# obj-y = cpci5200.o flash.o $(CPLD)
|
|
|
|
obj-y = cpci5200.o strataflash.o
|