/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

  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. # Objects for Xilinx JTAG programming (CPLD)
  8. CPLD = ../common/xilinx_jtag/lenval.o \
  9. ../common/xilinx_jtag/micro.o \
  10. ../common/xilinx_jtag/ports.o
  11. obj-y = pmc405.o ../common/misc.o ../common/cmd_loadpci.o $(CPLD)