1# SPDX-License-Identifier: GPL-2.0-only 2 3bootblock-y += romstage.c 4bootblock-y += cbfs_spi.c 5 6ramstage-y += cbfs_spi.c 7ramstage-y += fixup_fdt.c 8 9DTB=$(obj)/hifive-unmatched.dtb 10DTS=src/mainboard/sifive/hifive-unmatched/hifive-unmatched-a00.dts 11$(DTB): $(DTS) 12 dtc -I dts -O dtb -o $(DTB) $(DTS) 13 14cbfs-files-y += fallback/DTB 15fallback/DTB-file := $(DTB) 16fallback/DTB-type := raw 17