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 ps7_init_common.o 11