xref: /openbmc/u-boot/board/topic/zynq/Makefile (revision 614539d4)
1#
2# SPDX-License-Identifier:	GPL-2.0+
3#
4
5obj-y	:= board.o
6
7# Remove quotes
8hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE))
9
10obj-$(CONFIG_SPL_BUILD) += $(hw-platform-y)/ps7_init_gpl.o
11