diff options
Diffstat (limited to 'roms/u-boot/board/sifive/unmatched/Makefile')
-rw-r--r-- | roms/u-boot/board/sifive/unmatched/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/board/sifive/unmatched/Makefile b/roms/u-boot/board/sifive/unmatched/Makefile new file mode 100644 index 000000000..6308c80d6 --- /dev/null +++ b/roms/u-boot/board/sifive/unmatched/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (c) 2020-2021 SiFive, Inc + +obj-y += unmatched.o + +ifdef CONFIG_SPL_BUILD +obj-y += spl.o +endif |