board: sifive: compile stuff only related to SPL in SPL build
[platform/kernel/u-boot.git] / board / sifive / unleashed / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (c) 2019 Western Digital Corporation or its affiliates.
4
5 ifdef CONFIG_SPL_BUILD
6 obj-y += spl.o
7 else
8 obj-y += unleashed.o
9 endif