]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/xilinx/zynq/Makefile
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / xilinx / zynq / 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 obj-y   := board.o
9
10 # Please copy ps7_init.c/h from hw project to this directory
11 obj-$(CONFIG_SPL_BUILD) += \
12                 $(if $(wildcard $(srctree)/$(src)/ps7_init.c), ps7_init.o)