]> git.sur5r.net Git - u-boot/blob - board/esd/vom405/Makefile
c8a4a4e4c7b1675c9603fd79dab7fb171908026f
[u-boot] / board / esd / vom405 / Makefile
1 #
2 # (C) Copyright 2000-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 ifneq ($(OBJTREE),$(SRCTREE))
9 $(shell mkdir -p $(obj)../common/xilinx_jtag)
10 endif
11
12 # Objects for Xilinx JTAG programming (CPLD)
13 CPLD    = ../common/xilinx_jtag/lenval.o \
14           ../common/xilinx_jtag/micro.o \
15           ../common/xilinx_jtag/ports.o
16
17 obj-y   = vom405.o flash.o ../common/misc.o $(CPLD)