/board/esd/pmc405/Makefile
https://gitlab.com/veo-labs/u-boot · Makefile · 13 lines · 4 code · 2 blank · 7 comment · 0 complexity · 85194ce486eb6a46814b4af10a656b0c MD5 · raw file
- #
- # (C) Copyright 2000-2006
- # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- #
- # SPDX-License-Identifier: GPL-2.0+
- #
- # 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)