aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/sifive/hifive-unleashed/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/sifive/hifive-unleashed/Makefile.inc')
-rw-r--r--src/mainboard/sifive/hifive-unleashed/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/sifive/hifive-unleashed/Makefile.inc b/src/mainboard/sifive/hifive-unleashed/Makefile.inc
index 207898e973..8ce266f034 100644
--- a/src/mainboard/sifive/hifive-unleashed/Makefile.inc
+++ b/src/mainboard/sifive/hifive-unleashed/Makefile.inc
@@ -12,12 +12,15 @@
# GNU General Public License for more details.
bootblock-y += memlayout.ld
+bootblock-y += media.c
romstage-y += memlayout.ld
romstage-y += romstage.c
+romstage-y += media.c
ramstage-y += memlayout.ld
ramstage-y += fixup_fdt.c
+ramstage-y += media.c
DTB=$(obj)/hifive-unleashed.dtb