Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'
[platform/kernel/u-boot.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)
13
14 # Suppress "warning: function declaration isn't a prototype"
15 CFLAGS_REMOVE_ps7_init.o := -Wstrict-prototypes