summaryrefslogtreecommitdiffstats
path: root/board/esd/cpci5200/Makefile
blob: fb6c0e20e400b1f5d1d9ec81858ecb3e2503aa0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# (C) Copyright 2003-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier:	GPL-2.0+
#

# ifneq ($(OBJTREE),$(SRCTREE))
# $(shell mkdir -p $(obj)../common/xilinx_jtag)
# endif

# Objects for Xilinx JTAG programming (CPLD)
# CPLD  = ../common/xilinx_jtag/lenval.o \
#	  ../common/xilinx_jtag/micro.o \
#	  ../common/xilinx_jtag/ports.o

# obj-y	= cpci5200.o flash.o $(CPLD)
obj-y	= cpci5200.o strataflash.o
OpenPOWER on IntegriCloud