u-boot/board/esd/pmc405/Makefile

18 lines
431 B
Makefile
Raw Normal View History

2003-05-23 11:35:47 +00:00
#
# (C) Copyright 2000-2006
2003-05-23 11:35:47 +00:00
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
2003-05-23 11:35:47 +00:00
#
ifneq ($(OBJTREE),$(SRCTREE))
$(shell mkdir -p $(obj)../common/xilinx_jtag)
endif
2003-05-23 11:35:47 +00:00
2003-09-12 08:46:58 +00:00
# Objects for Xilinx JTAG programming (CPLD)
CPLD = ../common/xilinx_jtag/lenval.o \
../common/xilinx_jtag/micro.o \
../common/xilinx_jtag/ports.o
obj-y = pmc405.o ../common/misc.o ../common/cmd_loadpci.o $(CPLD)