Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / board / kontron / sl28 / Makefile
1 # SPDX-License-Identifier:      GPL-2.0+
2
3 ifndef CONFIG_SPL_BUILD
4 obj-y += sl28.o cmds.o
5 endif
6
7 obj-y += ddr.o
8
9 ifdef CONFIG_SPL_BUILD
10 obj-y += spl.o
11 obj-$(CONFIG_SPL_ATF) += spl_atf.o
12 endif