Tom McLeod | 91d024c | 2017-09-27 17:53:26 -0700 | [diff] [blame] | 1 | # |
2 | # SPDX-License-Identifier: GPL-2.0+ | ||||
3 | # | ||||
4 | |||||
5 | obj-y := board.o | ||||
6 | |||||
7 | hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)) | ||||
8 | |||||
9 | obj-$(CONFIG_SPL_BUILD) += $(hw-platform-y)/ps7_init_gpl.o |