mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 19:28:36 +00:00
377e1048d3
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denk <wd@denx.de> Cc: Kim Phillips <kim.phillips@freescale.com> Cc: York Sun <yorksun@freescale.com> Cc: Stefan Roese <sr@denx.de>
18 lines
443 B
Makefile
18 lines
443 B
Makefile
#
|
|
# (C) Copyright 2003-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
# ifneq ($(OBJTREE),$(SRCTREE))
|
|
# $(shell mkdir -p $(obj)../common/xilinx_jtag)
|
|
# endif
|
|
|
|
# Objects for Xilinx JTAG programming (CPLD)
|
|
# CPLD = ../common/xilinx_jtag/lenval.o \
|
|
# ../common/xilinx_jtag/micro.o \
|
|
# ../common/xilinx_jtag/ports.o
|
|
|
|
# obj-y = cpci5200.o flash.o $(CPLD)
|
|
obj-y = cpci5200.o strataflash.o
|