aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/veyron_pinky/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/veyron_pinky/Makefile.inc')
-rw-r--r--src/mainboard/google/veyron_pinky/Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainboard/google/veyron_pinky/Makefile.inc b/src/mainboard/google/veyron_pinky/Makefile.inc
index 7b49a559b8..4936672082 100644
--- a/src/mainboard/google/veyron_pinky/Makefile.inc
+++ b/src/mainboard/google/veyron_pinky/Makefile.inc
@@ -16,12 +16,16 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
+bootblock-y += reset.c
+
+verstage-y += reset.c
romstage-y += romstage.c
romstage-y += chromeos.c
romstage-y += sdram_configs.c
+romstage-y += reset.c
ramstage-y += boardid.c
ramstage-y += chromeos.c
ramstage-y += mainboard.c
-
+ramstage-y += reset.c