xref: /openbmc/u-boot/board/bitmain/antminer_s9/Makefile (revision c882163b09b8a2c52e3dd8acd7d296d6d06d1f2e)
1# SPDX-License-Identifier: GPL-2.0
2
3obj-y	:= board.o
4
5# Remove quotes
6hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE))
7
8obj-$(CONFIG_SPL_BUILD) += $(hw-platform-y)/ps7_init_gpl.o
9