diff options
Diffstat (limited to 'roms/u-boot/board/bitmain/antminer_s9/Makefile')
-rw-r--r-- | roms/u-boot/board/bitmain/antminer_s9/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/board/bitmain/antminer_s9/Makefile b/roms/u-boot/board/bitmain/antminer_s9/Makefile new file mode 100644 index 000000000..1af01d6d8 --- /dev/null +++ b/roms/u-boot/board/bitmain/antminer_s9/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-y := board.o +obj-y += ../../xilinx/common/board.o + +# Remove quotes +hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)) + +obj-$(CONFIG_SPL_BUILD) += $(hw-platform-y)/ps7_init_gpl.o |