Ezequiel Garcia | c66f562 | 2018-01-12 12:33:50 -0300 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | |||||
3 | obj-y := board.o | ||||
Michal Simek | 80fdef1 | 2020-03-31 12:39:37 +0200 | [diff] [blame] | 4 | obj-y += ../../xilinx/common/board.o |
Ezequiel Garcia | c66f562 | 2018-01-12 12:33:50 -0300 | [diff] [blame] | 5 | |
6 | # Remove quotes | ||||
7 | hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)) | ||||
8 | |||||
9 | obj-$(CONFIG_SPL_BUILD) += $(hw-platform-y)/ps7_init_gpl.o |