17 lines
369 B
Makefile
17 lines
369 B
Makefile
|
#
|
||
|
# (C) Copyright 2000-2006
|
||
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
# Objects for Xilinx JTAG programming (CPLD)
|
||
|
CPLD = ../common/xilinx_jtag/lenval.o \
|
||
|
../common/xilinx_jtag/micro.o \
|
||
|
../common/xilinx_jtag/ports.o
|
||
|
|
||
|
obj-y = cms700.o flash.o \
|
||
|
../common/misc.o \
|
||
|
$(CPLD) \
|
||
|
../common/esd405ep_nand.o \
|