]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/esd/cms700/Makefile
board: powerpc: convert makefiles to Kbuild style
[people/ms/u-boot.git] / board / esd / cms700 / Makefile
CommitLineData
feaedfcf 1#
f9328639 2# (C) Copyright 2000-2006
feaedfcf
SR
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
feaedfcf
SR
6#
7
f9328639
MB
8ifneq ($(OBJTREE),$(SRCTREE))
9$(shell mkdir -p $(obj)../common/xilinx_jtag)
10endif
feaedfcf 11
feaedfcf
SR
12# Objects for Xilinx JTAG programming (CPLD)
13CPLD = ../common/xilinx_jtag/lenval.o \
14 ../common/xilinx_jtag/micro.o \
15 ../common/xilinx_jtag/ports.o
16
377e1048 17obj-y = cms700.o flash.o \
bd84ee4c
MF
18 ../common/misc.o \
19 $(CPLD) \
20 ../common/esd405ep_nand.o \