blob: 71c0c351f929b33ae5b1f5406d8eb81690ca6dd6 [file] [log] [blame]
Michal Simekf22651c2012-09-28 09:56:37 +00001#
2# (C) Copyright 2000-2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Michal Simekf22651c2012-09-28 09:56:37 +00006#
7
Masahiro Yamadaa79854a2013-10-21 11:53:37 +09008obj-y := board.o
Masahiro Yamada66e67152014-05-12 12:18:30 +09009
10# Please copy ps7_init.c/h from hw project to this directory
11obj-$(CONFIG_SPL_BUILD) += \
12 $(if $(wildcard $(srctree)/$(src)/ps7_init.c), ps7_init.o)
Masahiro Yamada32747492014-05-29 14:46:13 +090013
14# Suppress "warning: function declaration isn't a prototype"
15CFLAGS_REMOVE_ps7_init.o := -Wstrict-prototypes