]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/esd/cms700/Makefile
vexpress: use correct timer address on extended memory map systems
[karo-tx-uboot.git] / board / esd / cms700 / 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   = cms700.o flash.o \
18         ../common/misc.o \
19         $(CPLD) \
20         ../common/esd405ep_nand.o \