Mike Looijmans | 2d48caa | 2016-09-30 08:13:13 +0200 | [diff] [blame] | 1 | # |
2 | # SPDX-License-Identifier: GPL-2.0+ | ||||
3 | # | ||||
4 | |||||
5 | obj-y := board.o | ||||
6 | |||||
7 | # Remove quotes | ||||
8 | hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)) | ||||
9 | |||||
10 | obj-$(CONFIG_SPL_BUILD) += $(hw-platform-y)/ps7_init_gpl.o ps7_init_common.o |