diff options
Diffstat (limited to 'roms/u-boot/board/topic/zynq/Makefile')
-rw-r--r-- | roms/u-boot/board/topic/zynq/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/board/topic/zynq/Makefile b/roms/u-boot/board/topic/zynq/Makefile new file mode 100644 index 000000000..cc100b0f4 --- /dev/null +++ b/roms/u-boot/board/topic/zynq/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 |