xref: /openbmc/u-boot/board/topic/zynq/Makefile (revision 46b1e54b18f5605dfee73a198b99f9cf64a416e4)
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