summaryrefslogtreecommitdiff
path: root/src/mainboard/google/rush/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/rush/Makefile.inc')
-rw-r--r--src/mainboard/google/rush/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/rush/Makefile.inc b/src/mainboard/google/rush/Makefile.inc
index e41745f1a1..a4d0135f41 100644
--- a/src/mainboard/google/rush/Makefile.inc
+++ b/src/mainboard/google/rush/Makefile.inc
@@ -31,6 +31,10 @@ bootblock-y += bootblock.c
bootblock-y += pmic.c
bootblock-y += reset.c
+verstage-y += verstage.c
+verstage-y += chromeos.c
+verstage-y += reset.c
+
romstage-y += romstage.c
romstage-y += sdram_configs.c
romstage-$(CONFIG_CHROMEOS) += chromeos.c
@@ -44,3 +48,4 @@ ramstage-$(CONFIG_CHROMEOS) += chromeos.c
bootblock-y += memlayout.ld
romstage-y += memlayout.ld
ramstage-y += memlayout.ld
+verstage-y += memlayout.ld